linter fix

This commit is contained in:
Matej Bačo 2023-09-06 18:45:22 +02:00
parent 0d4957009f
commit ed588a6475

View file

@ -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;
}