Skip to content

Commit 61c5007

Browse files
authored
Update only fetch running sandboxes from infra (e2b-dev#29)
2 parents cf44e38 + 4ead227 commit 61c5007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/sandboxes/get-team-sandboxes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const getTeamSandboxes = authActionClient
3535

3636
const { url } = await getApiUrl()
3737

38-
const res = await fetch(`${url}/sandboxes`, {
38+
const res = await fetch(`${url}/sandboxes?state=running`, {
3939
method: 'GET',
4040
headers: {
4141
'Content-Type': 'application/json',

0 commit comments

Comments
 (0)