Skip to content

Commit a4a4bb2

Browse files
chore: appease linter
1 parent 00fdae6 commit a4a4bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/modules/resources/useAgentContainers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export function useAgentContainers(
1919
queryFn: () => API.getAgentContainers(agent.id),
2020
enabled: agent.status === "connected",
2121
select: (res) => res.devcontainers,
22-
staleTime: Infinity,
22+
staleTime: Number.POSITIVE_INFINITY,
2323
});
2424

2525
const updateDevcontainersCache = useEffectEvent(

0 commit comments

Comments
 (0)