1
0
Fork 0
mirror of synced 2024-07-12 18:05:55 +12:00

feat: linter issues

This commit is contained in:
Christy Jacob 2022-08-24 23:05:10 +05:30
parent 7c9d8fcf64
commit 2b131eec54

View file

@ -105,7 +105,7 @@ $cli
Console::loop(function () use ($register, $interval, $executionLogsRetention, $abuseLogsRetention, $auditLogRetention, $usageStatsRetention30m, $usageStatsRetention1d) {
$redis = $register->get('cache');
$dbPool = $register->get('dbPool');
$database = $dbPool->getConsoleDB();
$pdo = $dbPool->getPDO($database);
$database = DatabasePool::wait(