은승우

Update app.js

Showing 1 changed file with 2 additions and 2 deletions
......@@ -87,8 +87,8 @@ async function handleEvent(event) {
.then((stream) => {
stream.on('data', (chunk) => {
const fs = require('fs');
const file = fs.writeFileSync('./photo/image.jpeg',chunk);
fs.writeFileSync('./photo/image.jpeg',chunk);
});
});
var cheerio = require('cheerio');
......