mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
revert
This commit is contained in:
parent
126de78ce2
commit
7a89779827
2 changed files with 2 additions and 3 deletions
|
|
@ -46,7 +46,7 @@ class Action extends UtopiaAction
|
|||
*
|
||||
* @return void
|
||||
*/
|
||||
protected function foreachDocument(Database $database, string $collection, array $queries = [], callable $callback = null, int $limit = 1000, bool $concurrent = false, bool $filters = true): void
|
||||
protected function foreachDocument(Database $database, string $collection, array $queries = [], callable $callback = null, int $limit = 1000, bool $concurrent = false): void
|
||||
{
|
||||
$results = [];
|
||||
$sum = $limit;
|
||||
|
|
|
|||
|
|
@ -99,10 +99,9 @@ class StatsResources extends Action
|
|||
Console::error($th->getMessage());
|
||||
return;
|
||||
}
|
||||
|
||||
$this->disableSubqueries();
|
||||
|
||||
try {
|
||||
|
||||
$region = $project->getAttribute('region');
|
||||
|
||||
$platforms = $dbForPlatform->count('platforms', [
|
||||
|
|
|
|||
Loading…
Reference in a new issue