Fix: missing call for image transformations counting

This commit is contained in:
Damodar Lohani
2025-02-11 17:59:48 +05:45
committed by GitHub
parent 2902b1bde8
commit f6aff786f1
@@ -159,6 +159,12 @@ class StatsResources extends Action
} catch (Throwable $th) {
call_user_func_array($this->logError, [$th, "StatsResources", "count_for_buckets_{$project->getId()}"]);
}
try {
$this->countImageTransformations($dbForProject, $dbForLogs, $region);
} catch (Throwable $th) {
call_user_func_array($this->logError, [$th, "StatsResources", "count_for_buckets_{$project->getId()}"]);
}
try {
$this->countForDatabase($dbForProject, $dbForLogs, $region);