diff --git a/src/routes/console/project-[project]/authentication/teams/[team]/store.ts b/src/routes/console/project-[project]/authentication/teams/[team]/store.ts index 0a830f5a4..a90f90d4c 100644 --- a/src/routes/console/project-[project]/authentication/teams/[team]/store.ts +++ b/src/routes/console/project-[project]/authentication/teams/[team]/store.ts @@ -2,7 +2,7 @@ import { sdkForProject } from '$lib/stores/sdk'; import type { Models } from '@aw-labs/appwrite-console'; import { cachedStore } from '$lib/helpers/cache'; -export const user = cachedStore< +export const team = cachedStore< Models.Team, { load: (teamId: string) => Promise;