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

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ITJesse committed Oct 31, 2016
1 parent 92d7493 commit c401809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/proxy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let middleware = async function(ctx, next) {
if (!!rawBody) {
options.body = rawBody;
}
let result = await common.sendRequest(url, options);
let result = await common.sendRequest(options);

let headers = result.res.headers;
let body = result.body;
Expand Down

0 comments on commit c401809

Please sign in to comment.