Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -106,7 +106,7 @@ async function handleEvent(event) { | ... | @@ -106,7 +106,7 @@ async function handleEvent(event) { |
106 | body: chunk | 106 | body: chunk |
107 | }; | 107 | }; |
108 | 108 | ||
109 | - await request.post(options, function (error, response, body) { | 109 | + request.post(options, function (error, response, body) { |
110 | console.log(options); | 110 | console.log(options); |
111 | var data=JSON.stringify(body); | 111 | var data=JSON.stringify(body); |
112 | var text=''; | 112 | var text=''; | ... | ... |
-
Please register or login to post a comment