pass data to getCategoryTopics, renamed end to stop

This commit is contained in:
barisusakli
2015-03-31 22:59:34 -04:00
parent 7a3b4c08e0
commit 27bab3330a
3 changed files with 6 additions and 13 deletions

View File

@@ -128,7 +128,7 @@ function generateForCategory(req, res, next) {
set: 'cid:' + cid + ':tids',
reverse: true,
start: 0,
end: 25,
stop: 25,
uid: uid
}, function (err, categoryData) {
if (err) {