Skip to content

Commit e3219bf

Browse files
committed
lint
1 parent d8d4f34 commit e3219bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sandbox.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ export const sandboxExtendCommand = new Command<SandboxContext>()
412412
.action(async (options, sandboxId, lifetime) => {
413413
await using sandbox = await connectToSandbox(options, sandboxId);
414414

415+
// deno-lint-ignore no-explicit-any
415416
console.log(await sandbox.extendLifetime(lifetime as any));
416417
});
417418

0 commit comments

Comments
 (0)