Skip to content

Commit 45fcffc

Browse files
authoredMay 17, 2021
Update fetcher.ts
1 parent c4f9945 commit 45fcffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/fetcher.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ export default class Fetcher implements CallbackifyInterface {
11231123
let { actualProxyURI } = options
11241124

11251125
// Map might get mistakenly added into headers
1126-
if (options.headers && options.headers.map) {
1126+
if (options.headers && map in options.headers) {
11271127
delete options.headers.map
11281128
}
11291129

0 commit comments

Comments
 (0)
Please sign in to comment.