mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-16 21:02:00 +02:00
fix missing callback
This commit is contained in:
@@ -186,7 +186,7 @@ var async = require('async'),
|
||||
return callback(null, []);
|
||||
}
|
||||
|
||||
UserNotifications.getNotifications(nids, uid);
|
||||
UserNotifications.getNotifications(nids, uid, callback);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user