Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vermakhushboo committed Mar 22, 2024
1 parent c2d5452 commit 36e98d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/http.php
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ function removeAllRuntimes(Table $activeRuntimes, Orchestration $orchestration):
$startTime = \microtime(true);

$output = '';

$tmpFolder = "tmp/$runtimeName/";
$tmpBuild = "/{$tmpFolder}builds/code.tar.gz";

Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 36e98d3

Please sign in to comment.