diff --git a/src/state/routing/slice.ts b/src/state/routing/slice.ts index 3020682fcc..90ae09e89c 100644 --- a/src/state/routing/slice.ts +++ b/src/state/routing/slice.ts @@ -137,8 +137,9 @@ export const routingApi = createApi({ ) }, async queryFn(args, _api, _extraOptions, fetch) { - const fellBack = false + let fellBack = false if (shouldUseAPIRouter(args)) { + fellBack = true try { const { tokenInAddress,