We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6212e6 commit 66597b5Copy full SHA for 66597b5
packages/gitbook/src/components/Adaptive/summariesStore.ts
@@ -13,4 +13,4 @@ export const useSummaries = create<SummariesState>((set) => ({
13
newCache.set(key, summary);
14
return { cache: newCache };
15
}),
16
-}));
+}));
0 commit comments