diff --git a/src/features/wallet/api/walletApi.ts b/src/features/wallet/api/walletApi.ts index ea8be3e..bd6eb5a 100644 --- a/src/features/wallet/api/walletApi.ts +++ b/src/features/wallet/api/walletApi.ts @@ -282,10 +282,10 @@ export async function getJumperQuote(payload: JumperQuotePayload): Promise( + const res = await walletGet( `/api/jumper/quote-best?${qs}` ) - return (res.data?.body ?? res.body) as JumperQuote + return (res.data?.body ?? res.body ?? res) as JumperQuote } export interface BridgeExecutePayload {