small fix

v1.18.x
barisusakli 11 years ago
parent 2bf38ec84b
commit 20df6fd5cd

@ -43,7 +43,7 @@ module.exports = function(Categories) {
db.getSortedSetRevRangeByScore('categories:' + cid + ':tid', 0, -1, Infinity, Date.now(), next);
},
tids: function(next) {
db.getSortedSetRevRangeByScore('categories:' + cid + ':tid', 0, Math.max(0, count - 1), Date.now(), 0, next);
db.getSortedSetRevRangeByScore('categories:' + cid + ':tid', 0, Math.max(0, count), Date.now(), 0, next);
}
}, function(err, results) {
if (err) {

Loading…
Cancel
Save