mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +00:00
linter fix
This commit is contained in:
parent
0d4957009f
commit
ed588a6475
1 changed files with 1 additions and 1 deletions
|
|
@ -440,7 +440,7 @@ class CertificatesV1 extends Worker
|
|||
$projectId = $rule->getAttribute('projectId');
|
||||
|
||||
// Skip events for console project (triggered by auto-ssl generation for 1 click setups)
|
||||
if($projectId === 'console') {
|
||||
if ($projectId === 'console') {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue