From e78887001afb86af53311f31834bf227f2de702a Mon Sep 17 00:00:00 2001 From: Hemachandar Date: Thu, 18 Dec 2025 16:18:23 +0530 Subject: [PATCH] spacing --- src/Appwrite/Platform/Workers/Certificates.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Appwrite/Platform/Workers/Certificates.php b/src/Appwrite/Platform/Workers/Certificates.php index 5c3fe9aede..6371f6c313 100644 --- a/src/Appwrite/Platform/Workers/Certificates.php +++ b/src/Appwrite/Platform/Workers/Certificates.php @@ -401,7 +401,6 @@ class Certificates extends Action Realtime $queueForRealtime ): void { $rule = $dbForPlatform->updateDocument('rules', $rule->getId(), $rule); - $projectId = $rule->getAttribute('projectId'); // Skip events for console project (triggered by auto-ssl generation for 1 click setups) @@ -410,7 +409,6 @@ class Certificates extends Action } $project = $dbForPlatform->getDocument('projects', $projectId); - if ($project->isEmpty()) { return; }