mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
chore: linter
This commit is contained in:
parent
4d7611f569
commit
b56603958a
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ class Hamster extends Action
|
|||
$statsPerProject['custom_domains'] = $dbForConsole->count('domains', [
|
||||
Query::equal('projectInternalId', [$project->getInternalId()]),
|
||||
Query::limit(APP_LIMIT_COUNT)
|
||||
]);
|
||||
]);
|
||||
|
||||
/** Get Platforms */
|
||||
$platforms = $dbForConsole->find('platforms', [
|
||||
|
|
|
|||
Loading…
Reference in a new issue