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

@@ -420,4 +420,4 @@ require('./postgres/sorted')(postgresModule);
require('./postgres/list')(postgresModule);
require('./postgres/transaction')(postgresModule);
postgresModule.async = require('../promisify')(postgresModule, ['client', 'sessionStore', 'pool', 'transaction']);
require('../promisify')(postgresModule, ['client', 'sessionStore', 'pool', 'transaction']);