diff --git a/app/http.php b/app/http.php index 545b665..d6d0037 100644 --- a/app/http.php +++ b/app/http.php @@ -570,7 +570,7 @@ function removeAllRuntimes(Table $activeRuntimes, Orchestration $orchestration): $startTime = \microtime(true); $output = ''; - + $tmpFolder = "tmp/$runtimeName/"; $tmpBuild = "/{$tmpFolder}builds/code.tar.gz"; @@ -879,7 +879,7 @@ function (string $runtimeId, ?string $payload, string $path, string $method, arr if ($statusCode >= 500) { $error = $body['message']; - // Continues to retry logic + // Continues to retry logic } elseif ($statusCode >= 400) { $error = $body['message']; throw new Exception('An internal curl error has occurred while starting runtime! Error Msg: ' . $error, 500);