1
0
Fork 0
mirror of synced 2024-10-01 17:58:02 +13:00

metrics adjustments

after and projectId additions
This commit is contained in:
shimon 2023-12-21 14:32:10 +02:00
parent 4e24e3cdc2
commit 24d3aa499a

View file

@ -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 */