add tids used to returned data

This commit is contained in:
Barış Soner Uşaklı
2018-10-16 14:25:17 -04:00
parent fc68263f91
commit 8079d3d3b7

View File

@@ -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) {