Skip to content

Commit

Permalink
Update DefaultSandboxPruner.java
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranprakash154 committed May 13, 2024
1 parent 8f5652e commit 4813c50
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public void deleteSandbox(String sandboxName) {
}

private boolean hasUnfinishedTasks(String sandboxName) {
// Placeholder
return !taskData.getTasksBySandbox().get(sandboxName).isEmpty();
}

Expand Down

0 comments on commit 4813c50

Please sign in to comment.