Commit 723f7a85 authored by analog-nico's avatar analog-nico
Browse files

Applying transform option

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