Skip to content

Commit

Permalink
Fixes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
bhovhannes committed Jul 11, 2015
1 parent 85ac77f commit 3842862
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ module.exports = function(Api) {
}

params = params || {};
util._extend(params, this.httpParams);

var options = {},
alwaysUseGet = this.httpOptions.alwaysUseGet;

Expand Down

0 comments on commit 3842862

Please sign in to comment.