Loading lib/rp.js +1 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ 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 +1 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ 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