Skip to content

Commit 5a2ad33

Browse files
NemoPewww
authored andcommitted
fix: lint
1 parent d19129b commit 5a2ad33

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/openapi-ts-swr/src/main.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ ReactDOM.createRoot(document.getElementById('root')!).render(
2222
<React.StrictMode>
2323
<SWRConfig
2424
value={{
25-
2625
dedupingInterval: 2000,
2726
// Global SWR configuration
28-
revalidateOnFocus: false,
27+
revalidateOnFocus: false,
2928
}}
3029
>
3130
<Theme appearance="dark">

0 commit comments

Comments
 (0)