Skip to content

Commit

Permalink
Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSAssassin committed Jun 15, 2022
1 parent 3f91781 commit e9a0787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/requests.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export async function httpPost({
} catch(e) {
if(e.response) {
const {headers: responseHeaders} = e.response;
// Clone the request headers
// Clone the response headers
const newHeaders = new globalThis.Headers(responseHeaders);
// delete the Authorization header to prevent
// oauth2 headers potentially in logs
Expand Down

0 comments on commit e9a0787

Please sign in to comment.