mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Only functions
This commit is contained in:
parent
bd9f02b689
commit
c463a9a662
1 changed files with 2 additions and 1 deletions
|
|
@ -198,7 +198,8 @@ class StatsResources extends Action
|
|||
}
|
||||
|
||||
try {
|
||||
$dbForProject->skipFilters(fn () => $this->countForSitesAndFunctions($dbForProject, $region), $this->filters);
|
||||
$dbForProject->skipFilters(fn () => $this->countForSitesAndFunctions($dbForProject, $region), ['subQueryVariables', 'subQueryProjectVariables']);
|
||||
|
||||
} catch (Throwable $th) {
|
||||
call_user_func_array($this->logError, [$th, "StatsResources", "count_for_functions_{$project->getId()}"]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue