Files
e2b-dev--e2b/apps
Jakub Novák 400bb86e41 Fix docs build (#866)
```
Type error: Property 'some' does not exist on type 'SandboxPaginator'.
  10 | export async function verifySandbox(apiKey: string, sandboxId: string) {
  11 |   const sandboxes = await Sandbox.list({ apiKey })
> 12 |   return sandboxes.some((sandbox) => sandbox.sandboxId === sandboxId)
     |                    ^
  13 | }
  ```
2025-08-21 09:39:54 -07:00
..
2025-08-21 09:39:54 -07:00