Skip to content

Commit

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

0 comments on commit eaa3e4e

Please sign in to comment.