mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
spacing
This commit is contained in:
parent
aa4ecdf138
commit
e78887001a
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue