mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +01:00 
			
		
		
		
	fix tests and mongo method
This commit is contained in:
		| @@ -153,7 +153,7 @@ module.exports = function(db, module) { | ||||
| 	}; | ||||
|  | ||||
| 	module.getSortedSetRangeByScoreWithScores = function(key, start, count, min, max, callback) { | ||||
| 		getSortedSetRangeByScore(key, start, count, min, max, -1, true, callback); | ||||
| 		getSortedSetRangeByScore(key, start, count, min, max, 1, true, callback); | ||||
| 	}; | ||||
|  | ||||
| 	module.getSortedSetRevRangeByScoreWithScores = function(key, start, count, max, min, callback) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user