mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 22:15:48 +01:00
checkReplace typo
This commit is contained in:
@@ -168,7 +168,7 @@ var async = require('async'),
|
||||
checkAndRemove('uid:' + uid + ':notifications:unread', next);
|
||||
},
|
||||
function(next) {
|
||||
checkAndRemove('uid:' + uid + ':notifcations:read', next);
|
||||
checkAndRemove('uid:' + uid + ':notifications:read', next);
|
||||
}
|
||||
], function(err) {
|
||||
if (!err) {
|
||||
|
||||
Reference in New Issue
Block a user