mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$dbForPlatform->disableFilters();
|
||||||
|
$dbForProject->disableFilters();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
||||||
$region = $project->getAttribute('region');
|
$region = $project->getAttribute('region');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue