Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
ITJesse committed Oct 31, 2016
1 parent c401809 commit b6bc057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/modules/proxy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ var middleware = function _callee(ctx, next) {
options.body = rawBody;
}
_context.next = 14;
return _regenerator2.default.awrap(_common2.default.sendRequest(url, options));
return _regenerator2.default.awrap(_common2.default.sendRequest(options));

case 14:
result = _context.sent;
Expand Down

0 comments on commit b6bc057

Please sign in to comment.