은승우

Update app.js

Showing 1 changed file with 1 additions and 1 deletions
......@@ -106,7 +106,7 @@ async function handleEvent(event) {
body: chunk
};
await request.post(options, function (error, response, body) {
request.post(options, function (error, response, body) {
console.log(options);
var data=JSON.stringify(body);
var text='';
......