mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
spacing
This commit is contained in:
parent
745947621f
commit
503b8a0cde
1 changed files with 0 additions and 2 deletions
|
|
@ -133,9 +133,7 @@ class StatsResources extends Action
|
|||
$messages = $dbForProject->count('messages');
|
||||
$providers = $dbForProject->count('providers');
|
||||
$topics = $dbForProject->count('topics');
|
||||
|
||||
$targets = $dbForProject->count('targets');
|
||||
|
||||
$emailTargets = $dbForProject->count('targets', [
|
||||
Query::equal('providerType', [MESSAGE_TYPE_EMAIL])
|
||||
]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue