mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +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,
|
||||
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