mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Fix typo: notifcation -> notification
This commit is contained in:
parent
d62d4181e9
commit
fed386f087
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue