diff --git a/src/api/endpoints/notifications/mark_as_read.js b/src/api/endpoints/notifications/mark_as_read.js index c8783c1b5..9cab3edb2 100644 --- a/src/api/endpoints/notifications/mark_as_read.js +++ b/src/api/endpoints/notifications/mark_as_read.js @@ -23,7 +23,7 @@ module.exports = (params, user) => return rej('notification is required'); } - // Get notifcation + // Get notification const notification = await Notification .findOne({ _id: new mongo.ObjectID(notificationId),