Commit 7ed05726 authored by analog-nico's avatar analog-nico
Browse files

Removed unneeded assignment

parent dffc532a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);