We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b24f7 commit c76ad82Copy full SHA for c76ad82
lib/requests.js
@@ -58,7 +58,7 @@ export async function httpPost({
58
} catch(e) {
59
if(e.response) {
60
const {headers: responseHeaders} = e.response;
61
- // Clone the request headers
+ // Clone the response headers
62
const newHeaders = new globalThis.Headers(responseHeaders);
63
// delete the Authorization header to prevent
64
// oauth2 headers potentially in logs
0 commit comments