diff --git a/index.js b/index.js index 90291af..6585976 100644 --- a/index.js +++ b/index.js @@ -74,7 +74,7 @@ app.use(bodyParser.json()) app.post('/update', (req, res, next) => { const updateRequest = req.body - consolelog(JSON.stringify(updateRequest,null, 2)) + console.log(JSON.stringify(updateRequest,null, 2)) update() res.status(200).send();