mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Disable filters for platform and project databases - Stat resources
- Disable filters for platform and project databases - Stat resources
This commit is contained in:
parent
1529357821
commit
aa17eeb6e3
1 changed files with 3 additions and 0 deletions
|
|
@ -100,6 +100,9 @@ class StatsResources extends Action
|
|||
return;
|
||||
}
|
||||
|
||||
$dbForPlatform->disableFilters();
|
||||
$dbForProject->disableFilters();
|
||||
|
||||
try {
|
||||
|
||||
$region = $project->getAttribute('region');
|
||||
|
|
|
|||
Loading…
Reference in a new issue