은승우

Update app.js

Showing 1 changed file with 1 additions and 1 deletions
......@@ -103,7 +103,7 @@ async function handleEvent(event) {
body: event.message.image
};
}).then((options)=>{
}).resolve((options)=>{
request.post(options, function (error, response, body) {
var data=JSON.stringify(body);
var text='';
......