Skip to content

Commit

Permalink
ACP-4403 Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stereomon committed Nov 19, 2024
1 parent aed4725 commit 824e598
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function validate(GlueRequestTransfer $glueRequestTransfer): GlueRequestV

$openApiSchemaPath = $this->appKernelConfig->getOpenApiSchemaPath();

if (!$openApiSchemaPath) {
if ($openApiSchemaPath === null || $openApiSchemaPath === '' || $openApiSchemaPath === '0') {
return $glueRequestValidationTransfer;
}

Expand Down

0 comments on commit 824e598

Please sign in to comment.