Skip to content

Commit 9ec3fce

Browse files
committed
chore: fix prettier
1 parent f7ead29 commit 9ec3fce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-query-persist-client/src/PersistQueryClientProvider.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ export const PersistQueryClientProvider = ({
3535
queryClient: client,
3636
})
3737

38-
promise.then(async () => {
38+
promise.then(async () => {
3939
try {
4040
await refs.current.onSuccess?.()
4141
} finally {
4242
setIsRestoring(false)
4343
}
44-
})
44+
})
4545

4646
return () => {
4747
unsubscribe()

0 commit comments

Comments
 (0)