feat: remove topics.async.getTopicData usage

This commit is contained in:
Barış Soner Uşaklı
2020-07-24 12:02:16 -04:00
parent 0cea713691
commit ce6b20c4b7
16 changed files with 18 additions and 49 deletions

View File

@@ -283,4 +283,4 @@ Topics.search = async function (tid, term) {
return Array.isArray(pids) ? pids : [];
};
Topics.async = require('../promisify')(Topics);
require('../promisify')(Topics);