은승우

Update app.js

Showing 1 changed file with 1 additions and 2 deletions
...@@ -105,9 +105,8 @@ async function handleEvent(event) { ...@@ -105,9 +105,8 @@ async function handleEvent(event) {
105 }; 105 };
106 106
107 request.post(options, function (error, response, body) { 107 request.post(options, function (error, response, body) {
108 + console.log(body.type);
108 var data= body.toString('utf-8'); 109 var data= body.toString('utf-8');
109 -
110 - console.log(data);
111 var text=''; 110 var text='';
112 while(data.indexOf('text\\')!=-1) 111 while(data.indexOf('text\\')!=-1)
113 { 112 {
......