Loading lib/rp.js +0 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,6 @@ request.Request.prototype.init = function (options) { this._rp_options = _.cloneDeep(options); this._rp_options.simple = options.simple === false ? false : true; this._rp_options.resolveWithFullResponse = options.resolveWithFullResponse === true ? true : false; this._rp_options.transform = options.transform; return originalInit.apply(this, arguments); Loading Loading
lib/rp.js +0 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,6 @@ request.Request.prototype.init = function (options) { this._rp_options = _.cloneDeep(options); this._rp_options.simple = options.simple === false ? false : true; this._rp_options.resolveWithFullResponse = options.resolveWithFullResponse === true ? true : false; this._rp_options.transform = options.transform; return originalInit.apply(this, arguments); Loading