mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +01:00 
			
		
		
		
	linting
This commit is contained in:
		| @@ -134,7 +134,7 @@ Sockets.init = function() { | ||||
| 		socket.on('*', function(payload, callback) { | ||||
| 			function callMethod(method) { | ||||
| 				method.call(null, socket, payload.args.length ? payload.args[0] : null, function(err, result) { | ||||
| 					if(callback) { | ||||
| 					if (callback) { | ||||
| 						callback(err?{message:err.message}:null, result); | ||||
| 					} | ||||
| 				}); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user