Skip to content

Commit

Permalink
Merge bf38a51 into d9a8d1f
Browse files Browse the repository at this point in the history
  • Loading branch information
bkuker committed Jul 16, 2018
2 parents d9a8d1f + bf38a51 commit b9d585e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ methods.forEach(function(method){
// https://tools.ietf.org/html/rfc6454#section-3
req.withCredentials();
}

this._setDefaults(req);
return req;
};
});
Expand Down

0 comments on commit b9d585e

Please sign in to comment.