This commit is contained in:
Damodar Lohani 2025-04-01 05:07:44 +00:00
parent 3fd42d3fc6
commit 840eb1776e

View file

@ -199,7 +199,7 @@ class StatsResources extends Action
}
try {
$this->countForFunctions($dbForProject, $dbForLogs, $region);
$this->countForSitesAndFunctions($dbForProject, $region);
} catch (Throwable $th) {
call_user_func_array($this->logError, [$th, "StatsResources", "count_for_functions_{$project->getId()}"]);
}