mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-04 22:02:16 +02:00
refact: rebase on upstream dev
This commit is contained in:
parent
4bcb92c3ce
commit
bc6f7e15f1
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ export const cacheKeys = {
|
||||||
["search-spaces", ...(queries ? Object.values(queries) : [])] as const,
|
["search-spaces", ...(queries ? Object.values(queries) : [])] as const,
|
||||||
detail: (searchSpaceId: string) => ["search-spaces", searchSpaceId] as const,
|
detail: (searchSpaceId: string) => ["search-spaces", searchSpaceId] as const,
|
||||||
communityPrompts: ["search-spaces", "community-prompts"] as const,
|
communityPrompts: ["search-spaces", "community-prompts"] as const,
|
||||||
}
|
},
|
||||||
user: {
|
user: {
|
||||||
current: () => ["user", "me"] as const,
|
current: () => ["user", "me"] as const,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue