mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 06:55:46 +01:00
pass data to getCategoryTopics, renamed end to stop
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user