fix: remove duplicate sandbox browser start branch

This commit is contained in:
Ayaan Zaidi 2026-03-31 10:34:09 +05:30
parent aeee17a689
commit e42330eff7
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -271,7 +271,6 @@ export async function ensureSandboxBrowser(params: {
args.push(browserImage);
await execDocker(args);
await execDocker(["start", containerName]);
} else if (!running) {
} else if (!running) {
await execDocker(["start", containerName]);
}