Fix typo: notifcation -> notification

This commit is contained in:
Aya Morisawa 2017-02-27 16:48:39 +09:00
parent 85b8625e29
commit 3148be7792
1 changed files with 1 additions and 1 deletions

View File

@ -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),