fix: wrongly named store

This commit is contained in:
Arman
2022-09-12 18:15:50 +02:00
parent b58f37d550
commit db2078e738
@@ -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<void>;