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