Skip to content

Commit

Permalink
Merge pull request #249 from skip-mev/kiki/fre-648-remove-retrying-af…
Browse files Browse the repository at this point in the history
…ter-route-not-found

FRE-648 remove retry on error
  • Loading branch information
codingki authored Apr 16, 2024
2 parents 1fd72a7 + 10c79f4 commit 18c6dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solve/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export function useRoute({
return route;
},
refetchInterval: refetchCount < 10 ? 1000 * 10 : false,
retry: 1,
retry: false,
enabled:
enabled &&
!!sourceAsset &&
Expand Down

0 comments on commit 18c6dc9

Please sign in to comment.