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