diff --git a/index.js b/index.js index b56c3f6..61c4c49 100644 --- a/index.js +++ b/index.js @@ -115,6 +115,7 @@ function diff(current, checked) { app.post("/updates/:project(\\w+)", (req, res) => { let project_id = req.params['project']; const body = req.body != undefined ? req.body : ""; + console.log(req.body); console.log(`${req.body}, ${typeof req.body}`); console.log(`${body}`); let adjustedBody = body.replace(/\r/, "");