This commit is contained in:
barisusakli
2015-09-23 20:38:08 -04:00
parent 8fb24f26e3
commit f005231996
4 changed files with 12 additions and 5 deletions

View File

@@ -61,7 +61,7 @@ module.exports = function(Topics) {
uid: uid
};
callback(null, data);
next(null, data);
}
], callback);
}