1
0
Fork 0
mirror of synced 2024-07-01 20:50:49 +12:00

formatting

This commit is contained in:
Damodar Lohani 2022-08-10 09:56:03 +00:00
parent 9002bbe77e
commit e3cca44dce

View file

@ -546,7 +546,7 @@ App::post('/v1/execution')
case $statusCode >= 100:
$stdout = $executorResponse['stdout'];
$res = $executorResponse['response'];
if(is_array($res)) {
if (is_array($res)) {
$res = json_encode($res);
}
break;