add tids used to returned data

v1.18.x
Barış Soner Uşaklı 6 years ago
parent fc68263f91
commit 8079d3d3b7

@ -39,6 +39,7 @@ module.exports = function (Topics) {
},
function (tids, next) {
data.topicCount = tids.length;
data.tids = tids;
getTopics(tids, params, next);
},
function (topicData, next) {

Loading…
Cancel
Save