Skip to content

Commit

Permalink
chore: update retry option in baseQueryOptions() (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 authored Jan 8, 2025
1 parent 622e278 commit 100f23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/react-query/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const ROOT_QUERY_KEY = '@comapeo/core-react'
export function baseQueryOptions() {
return {
networkMode: 'always',
retry: 0,
retry: false,
} satisfies QueryOptions
}

Expand Down

0 comments on commit 100f23c

Please sign in to comment.