refact: rebase on upstream dev

This commit is contained in:
CREDO23 2025-12-16 05:37:30 +00:00
parent 4bcb92c3ce
commit bc6f7e15f1

View file

@ -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,
},