Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
grutt committed Jan 27, 2024
1 parent 67c20f2 commit a19b006
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const addTokenMiddleware = (token: string) =>
) {
const optionsWithAuth: CallOptions = {
...options,
metadata: new Metadata({ authorization: `'Bearer ${token}` }),
metadata: new Metadata({ authorization: `bearer ${token}` }),
};

if (!call.responseStream) {
Expand Down

0 comments on commit a19b006

Please sign in to comment.