Skip to content

Commit

Permalink
feat: update code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
christyjacob4 committed Aug 30, 2024
1 parent 8b757b4 commit 4913136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/http.php
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ function cleanUp(Orchestration $orchestration, Table $activeRuntimes, array $net

$activeRuntimeId = $container->getName();

if ($activeRuntimes->exists($activeRuntimeId)) {
if (!$activeRuntimes->exists($activeRuntimeId)) {
$activeRuntimes->del($activeRuntimeId);
}

Expand Down

0 comments on commit 4913136

Please sign in to comment.