Skip to content

Commit 5393cd8

Browse files
committed
fix
1 parent eabfbfa commit 5393cd8

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
@@ -25,6 +25,7 @@ export const sandboxListCommand = new Command()
2525
status: "running" | "stopped";
2626
created_at: Date;
2727
stopped_at: Date | null;
28+
// deno-lint-ignore no-explicit-any
2829
}> = await (client.sandboxes as any).list.query({
2930
org: orgAndApp.org,
3031
});

0 commit comments

Comments
 (0)