Skip to content

Commit 3c0d686

Browse files
committed
fix: 🤦
1 parent 95e7a3b commit 3c0d686

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,7 @@ function Request(url, options, f, retryConfig) {
116116
* Option object
117117
* @type {Object}
118118
*/
119-
// this.options = sanitizeHeaders(options);
120-
this.options = options;
119+
this.options = sanitizeHeaders(options);
121120

122121
/**
123122
* Return true if the request should be retried

0 commit comments

Comments
 (0)