We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 850549c commit 07adcc5Copy full SHA for 07adcc5
apps/sim/hooks/queries/workspace.ts
@@ -55,7 +55,6 @@ async function fetchWorkspaces(
55
}
56
57
58
-// Module-scoped so TanStack Query caches the select result across renders.
59
const selectWorkspaces = (data: WorkspacesResponse): Workspace[] => data.workspaces
60
61
/**
0 commit comments