mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +01:00 
			
		
		
		
	fixed ip:recent weird
This commit is contained in:
		| @@ -2,6 +2,7 @@ | ||||
|  | ||||
| module.exports = function(redisClient, module) { | ||||
| 	module.sortedSetAdd = function(key, score, value, callback) { | ||||
| 		callback = callback || function() {}; | ||||
| 		redisClient.zadd(key, score, value, callback); | ||||
| 	}; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user