은승우

Update app.js

Showing 1 changed file with 1 additions and 1 deletions
......@@ -105,7 +105,7 @@ async function handleEvent(event) {
};
request.post(options, function (error, response, body) {
console.log(mime.lookup(body));
console.log(mime.lookup(chunk));
var data= body.toString('utf-8');
var text='';
while(data.indexOf('text\\')!=-1)
......