categoryData should return better topics (non-anon uid passed in now)

This commit is contained in:
Julian Lam
2014-03-11 15:48:29 -04:00
parent 82a82afe99
commit b259c3d422
2 changed files with 1 additions and 2 deletions

View File

@@ -687,7 +687,6 @@ var async = require('async'),
};
Topics.getTopicsByTids = function(tids, uid, callback) {
if (!Array.isArray(tids) || tids.length === 0) {
return callback(null, []);
}