From 24d3aa499ada98cc15c8da3e4321af1832c159e3 Mon Sep 17 00:00:00 2001 From: shimon Date: Thu, 21 Dec 2023 14:32:10 +0200 Subject: [PATCH] metrics adjustments after and projectId additions --- src/Appwrite/Platform/Tasks/CalcTierStats.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Appwrite/Platform/Tasks/CalcTierStats.php b/src/Appwrite/Platform/Tasks/CalcTierStats.php index 69c2f97faa..a41dbe38d4 100644 --- a/src/Appwrite/Platform/Tasks/CalcTierStats.php +++ b/src/Appwrite/Platform/Tasks/CalcTierStats.php @@ -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 */