Skip to content

Commit

Permalink
🩹Bypass type verification while waiting for update
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPoblete committed Jul 29, 2024
1 parent eaa3e4e commit 0ccbc49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/functions/generateRoute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ export const useRouterSDK = () => {
currencyAmount,
quoteCurrency,
tradeType,
factory,
sorobanContext as any,
).then((response)=>{
if(!response) return undefined;
const result = {
Expand Down

0 comments on commit 0ccbc49

Please sign in to comment.