mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
one more fix
This commit is contained in:
@@ -212,7 +212,7 @@ var async = require('async'),
|
||||
});
|
||||
|
||||
async.filter(nids, function(nid, next) {
|
||||
notifications.get(nid, uid, function(err, notifObj) {
|
||||
notifications.get(nid, function(err, notifObj) {
|
||||
if (err || !notifObj) {
|
||||
return next(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user