diff --git a/app/executor.php b/app/executor.php index 5dcf849b4c..2e966055fe 100644 --- a/app/executor.php +++ b/app/executor.php @@ -653,7 +653,7 @@ function execute(string $trigger, string $projectId, string $executionId, string return [ 'status' => $functionStatus, - 'response' => ($functionStatus !=== 'completed') ? $stderr : $stdout, + 'response' => ($functionStatus !== 'completed') ? $stderr : $stdout, 'time' => $executionTime ]; };