Skip to content

Commit

Permalink
Update index.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
DerZade authored Jul 10, 2021
1 parent 104c9fa commit bb11578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ app.post('/github', async (req, res) => {
}

console.log('\nRequest Payload:');
console.log(request.text());
console.log(await request.text());

console.log('\nResponse Headers:');
for (const header of response.headers) {
Expand Down Expand Up @@ -110,4 +110,4 @@ const {

app.listen(PORT, () => {
console.log(`listening on http://127.0.0.1:${PORT}`)
});
});

0 comments on commit bb11578

Please sign in to comment.