Skip to content

Commit

Permalink
cosmetic fix
Browse files Browse the repository at this point in the history
  • Loading branch information
curusarn committed Feb 17, 2023
1 parent 1f6710b commit 2967087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/webvitals.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ test('throttled sendMetrics', async () => {
headers: {
'Content-Type': 'application/json',
'User-Agent': 'next-logtail/v' + Version,
Authorization: 'Bearer ' + token,
Authorization: `Bearer ${token}`,
},
method: 'POST',
keepalive: true,
Expand Down

0 comments on commit 2967087

Please sign in to comment.