mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
formatting
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user