mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +01:00 
			
		
		
		
	fix redis union
This commit is contained in:
		| @@ -29,7 +29,7 @@ module.exports = function (redisClient, module) { | ||||
|  | ||||
| 	function sortedSetRange(method, key, start, stop, withScores, callback) { | ||||
| 		if (Array.isArray(key)) { | ||||
| 			return sortedSetUnion({method: method, sets: key, start: start, stop: stop, withScores: withScores}, callback); | ||||
| 			return module.sortedSetUnion({method: method, sets: key, start: start, stop: stop, withScores: withScores}, callback); | ||||
| 		} | ||||
|  | ||||
| 		var params = [key, start, stop]; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user