1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13: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: case $statusCode >= 100:
$stdout = $executorResponse['stdout']; $stdout = $executorResponse['stdout'];
$res = $executorResponse['response']; $res = $executorResponse['response'];
if(is_array($res)) { if (is_array($res)) {
$res = json_encode($res); $res = json_encode($res);
} }
break; break;