Skip to content

Commit

Permalink
add headers from parent call
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-bot committed Aug 13, 2024
1 parent 1426c3b commit 29f80ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GooeyClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export class GooeyClient extends GooeyInternalClient {
url: location,
method: "GET",
headers: {
...args.headers,
Authorization: `Bearer ${options.apiKey}`,
},
})) as SuccessfulResponse<any>;
Expand Down

0 comments on commit 29f80ca

Please sign in to comment.