mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
feat: add user cache keys
This commit is contained in:
parent
8c5ecfd4e4
commit
d5997a6d0c
1 changed files with 4 additions and 1 deletions
|
|
@ -41,4 +41,7 @@ export const cacheKeys = {
|
|||
detail: (searchSpaceId: string) => ["search-spaces", searchSpaceId] as const,
|
||||
communityPrompts: ["search-spaces", "community-prompts"] as const,
|
||||
}
|
||||
};
|
||||
user: {
|
||||
current: () => ["user", "me"] as const,
|
||||
},
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue