mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +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:
@@ -100,6 +100,9 @@ class StatsResources extends Action
|
||||
return;
|
||||
}
|
||||
|
||||
$dbForPlatform->disableFilters();
|
||||
$dbForProject->disableFilters();
|
||||
|
||||
try {
|
||||
|
||||
$region = $project->getAttribute('region');
|
||||
|
||||
Reference in New Issue
Block a user