fix: add back correct fellback setter (#7102)
This commit is contained in:
parent
bd573724b9
commit
3afe7fe9f2
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user