mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
metrics adjustments
after and projectId additions
This commit is contained in:
parent
4e24e3cdc2
commit
24d3aa499a
1 changed files with 2 additions and 0 deletions
|
|
@ -227,6 +227,8 @@ class CalcTierStats extends Action
|
|||
if ($user !== false && !$user->isEmpty()) {
|
||||
$stats['Organization Email'] = $user['email'];
|
||||
}
|
||||
} else {
|
||||
Console::error("Email was not found for this Organization ID :{$teamInternalId}");
|
||||
}
|
||||
|
||||
/** Get Total Members */
|
||||
|
|
|
|||
Loading…
Reference in a new issue