Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
jonator committed Sep 2, 2024
1 parent 65c0d0c commit a0613fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/bridge/src/skip/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ export class SkipApiClient {
return apiClient<Response>(args[0], {
...args[1],
headers: {
Authorization: `${key}`,
// This is the format confirmed by Skip team
Authorization: key,
},
});
}
Expand Down

0 comments on commit a0613fe

Please sign in to comment.