We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a08d219 commit cf1bc2bCopy full SHA for cf1bc2b
src/apis/arknights.ts
@@ -31,6 +31,7 @@ export const useLevels = ({ suspense }: { suspense?: boolean } = {}) => {
31
32
const response = useSWR<LevelResponse>(url, {
33
focusThrottleInterval: ONE_DAY,
34
+ dedupingInterval: ONE_DAY,
35
suspense,
36
fetcher: async (input: string, init?: RequestInit) => {
37
let res: LevelResponse
0 commit comments