Skip to content
Snippets Groups Projects
Commit 3148be77 authored by Aya Morisawa's avatar Aya Morisawa
Browse files

Fix typo: notifcation -> notification

parent 85b8625e
No related branches found
No related tags found
No related merge requests found
......@@ -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),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment