1
0
Fork 0
mirror of synced 2024-07-06 23:21:05 +12:00

chore: linter

This commit is contained in:
Christy Jacob 2023-06-19 13:41:37 +00:00
parent 4d7611f569
commit b56603958a

View file

@ -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', [