Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -103,7 +103,7 @@ async function handleEvent(event) { | ... | @@ -103,7 +103,7 @@ async function handleEvent(event) { |
103 | body: event.message.image | 103 | body: event.message.image |
104 | }; | 104 | }; |
105 | 105 | ||
106 | - }).then((options)=>{ | 106 | + }).resolve((options)=>{ |
107 | request.post(options, function (error, response, body) { | 107 | request.post(options, function (error, response, body) { |
108 | var data=JSON.stringify(body); | 108 | var data=JSON.stringify(body); |
109 | var text=''; | 109 | var text=''; | ... | ... |
-
Please register or login to post a comment