mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 03:26:04 +01:00
missing return
This commit is contained in:
@@ -19,7 +19,7 @@ helpers.getUserDataByUserSlug = function(userslug, callerUID, callback) {
|
||||
},
|
||||
function (uid, next) {
|
||||
if (!uid) {
|
||||
callback(null, null);
|
||||
return callback(null, null);
|
||||
}
|
||||
|
||||
async.parallel({
|
||||
|
||||
Reference in New Issue
Block a user