mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +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