Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zirkelc committed Nov 19, 2024
1 parent 9f8b72d commit 92f4e77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/create-signed-fetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export const createSignedFetcher: CreateSignedFetcher = (opts: SignedFetcherOpti
...init,
method,
body,
// Copy only the signed headers, because the body may be modified by the signer
headers: signedRequest.headers,
});
};
Expand Down

0 comments on commit 92f4e77

Please sign in to comment.