Remove stale console-key cleanup leftovers

This commit is contained in:
Prem Palanisamy
2026-05-14 11:10:19 +01:00
parent 6c35e86d98
commit 18fc760077
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -163,7 +163,6 @@ class Key
$projectCheckDisabled = $payload['projectCheckDisabled'] ?? false;
$previewAuthDisabled = $payload['previewAuthDisabled'] ?? false;
$deploymentStatusIgnored = $payload['deploymentStatusIgnored'] ?? false;
$scopes = \array_merge($payload['scopes'] ?? [], $scopes);
if (!$projectCheckDisabled && $projectId !== $project->getId()) {