은승우

Update app.js

Showing 1 changed file with 1 additions and 0 deletions
......@@ -100,6 +100,7 @@ async function handleEvent(event) {
request.post(options, function (error, response, body) {
let jsonResponse = JSON.stringify(JSON.parse(body), null, ' ');
jsonResponse=jsonResponse.toString()
console.log(jsonResponse);
while(jsonResponse.indexOf('text\\')!=-1)
{
......