Skip to content

Commit

Permalink
updating request body
Browse files Browse the repository at this point in the history
  • Loading branch information
karllhughes committed Sep 8, 2018
1 parent e53c673 commit 390efd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export async function handleRequest(req) {
"Content-type": "application/json"
},
method: method,
body: req.body,
body: req.body
});
} catch (e) {
console.error(e);
Expand Down

0 comments on commit 390efd7

Please sign in to comment.