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

@@ -284,4 +284,4 @@ Messaging.hasPrivateChat = async (uid, withUid) => {
return roomId;
};
Messaging.async = require('../promisify')(Messaging);
require('../promisify')(Messaging);