mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01:00
feat: remove topics.async.getTopicData usage
This commit is contained in:
@@ -284,4 +284,4 @@ Messaging.hasPrivateChat = async (uid, withUid) => {
|
||||
return roomId;
|
||||
};
|
||||
|
||||
Messaging.async = require('../promisify')(Messaging);
|
||||
require('../promisify')(Messaging);
|
||||
|
||||
Reference in New Issue
Block a user