Skip to content

Commit c76ad82

Browse files
committed
Fix comment.
1 parent a7b24f7 commit c76ad82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/requests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export async function httpPost({
5858
} catch(e) {
5959
if(e.response) {
6060
const {headers: responseHeaders} = e.response;
61-
// Clone the request headers
61+
// Clone the response headers
6262
const newHeaders = new globalThis.Headers(responseHeaders);
6363
// delete the Authorization header to prevent
6464
// oauth2 headers potentially in logs

0 commit comments

Comments
 (0)