fix tests

v1.18.x
barisusakli 10 years ago
parent 8007bb0644
commit b7f55e8453

@ -29,7 +29,7 @@ module.exports = function(Categories) {
}, },
function(topics, next) { function(topics, next) {
if (!Array.isArray(topics) || !topics.length) { if (!Array.isArray(topics) || !topics.length) {
return next(null, []); return next(null, {topics: [], uid: data.uid});
} }
for (var i=0; i<topics.length; ++i) { for (var i=0; i<topics.length; ++i) {

Loading…
Cancel
Save