diff --git a/src/Appwrite/Platform/Workers/StatsUsage.php b/src/Appwrite/Platform/Workers/StatsUsage.php index 82ae6162f6..60fab5d2ea 100644 --- a/src/Appwrite/Platform/Workers/StatsUsage.php +++ b/src/Appwrite/Platform/Workers/StatsUsage.php @@ -429,7 +429,7 @@ class StatsUsage extends Action Console::log('Dual Writing is disabled. Skipping...'); return; } - + $dbForLogs = ($this->getLogsDB)() ->setTenant(null) ->setTenantPerDocument(true);