Skip to content

Commit

Permalink
fix: 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Feb 17, 2022
1 parent 95e7a3b commit 3c0d686
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ function Request(url, options, f, retryConfig) {
* Option object
* @type {Object}
*/
// this.options = sanitizeHeaders(options);
this.options = options;
this.options = sanitizeHeaders(options);

/**
* Return true if the request should be retried
Expand Down

0 comments on commit 3c0d686

Please sign in to comment.