diff --git a/helpers/db.js b/helpers/db.js index a68e044..e999dd4 100644 --- a/helpers/db.js +++ b/helpers/db.js @@ -22,6 +22,7 @@ module.exports = { ); } else { + // TODO: Error handling const doc = await userScore.findOne({ authorID: authorId, });