From 52021e78378338931f4c1b74e5e0aef7461d6e26 Mon Sep 17 00:00:00 2001 From: Yuchen112211 <55814652+Yuchen112211@users.noreply.github.com> Date: Tue, 13 Apr 2021 17:08:25 -0700 Subject: [PATCH] Yuchen Code Review #2 --- routes/userData.js | 1 + 1 file changed, 1 insertion(+) 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;