Update src/Appwrite/Platform/Workers/StatsResources.php

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Jake Barnby
2026-05-19 18:32:54 +12:00
committed by GitHub
parent 282b5b2a6c
commit 218cc13b20
@@ -84,7 +84,7 @@ class StatsResources extends Action
try {
$this->writeGauges($getLogsDB, $project, $statsResources->gauges);
} catch (Throwable $th) {
call_user_func($this->logError, $th);
call_user_func_array($this->logError, [$th, "StatsResources", "write_gauges_{$project->getId()}"]);
}
return;