Commit 3afe7fe9 authored by Jordan Frankfurt's avatar Jordan Frankfurt Committed by GitHub

fix: add back correct fellback setter (#7102)

parent bd573724
...@@ -137,8 +137,9 @@ export const routingApi = createApi({ ...@@ -137,8 +137,9 @@ export const routingApi = createApi({
) )
}, },
async queryFn(args, _api, _extraOptions, fetch) { async queryFn(args, _api, _extraOptions, fetch) {
const fellBack = false let fellBack = false
if (shouldUseAPIRouter(args)) { if (shouldUseAPIRouter(args)) {
fellBack = true
try { try {
const { const {
tokenInAddress, tokenInAddress,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment