mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user