diff --git a/index.js b/index.js index d67ac4e..c4a7381 100644 --- a/index.js +++ b/index.js @@ -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