Loading lib/rp.js +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ request.Request.prototype.init = function (options) { this._rp_callbackOrig = this.callback; this.callback = ownCallback; this._rp_options = _.cloneDeep(options); this._rp_options = options; this._rp_options.simple = options.simple === false ? false : true; this._rp_options.resolveWithFullResponse = options.resolveWithFullResponse === true ? true : false; Loading Loading
lib/rp.js +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ request.Request.prototype.init = function (options) { this._rp_callbackOrig = this.callback; this.callback = ownCallback; this._rp_options = _.cloneDeep(options); this._rp_options = options; this._rp_options.simple = options.simple === false ? false : true; this._rp_options.resolveWithFullResponse = options.resolveWithFullResponse === true ? true : false; Loading