From efbb94b43d61473a37fadfd3ba009b907c0c9f95 Mon Sep 17 00:00:00 2001 From: rassadin11 Date: Thu, 28 May 2026 22:32:13 +0300 Subject: [PATCH] add redirects --- src/features/wallet/api/walletApi.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {