diff --git a/routes/userData.js b/routes/userData.js index b2918e2..fd262a6 100644 --- a/routes/userData.js +++ b/routes/userData.js @@ -13,6 +13,7 @@ router.post("/updateProfile", async function (req, res) { if (databaseResult) { res.send({ result: true }); } + // Is it possible that this failed? What about the error handling? }); module.exports = router;