mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 06:25:50 +01:00
fixed missing return
This commit is contained in:
@@ -116,7 +116,7 @@ var async = require('async'),
|
||||
Notifications.get(nid, null, function(notif_data) {
|
||||
async.each(uids, function(uid, next) {
|
||||
if (!parseInt(uid, 10)) {
|
||||
next();
|
||||
return next();
|
||||
}
|
||||
|
||||
checkReplace(notif_data.uniqueId, uid, notif_data, function(err, replace) {
|
||||
|
||||
Reference in New Issue
Block a user