mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: wrongly named store
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user