Skip to content

Commit

Permalink
chore: remove unused param
Browse files Browse the repository at this point in the history
  • Loading branch information
odcey committed Dec 3, 2024
1 parent fd5012e commit b3e9652
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/handlers/evm/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export class EvmHandler extends Utils {
}: {
data: ExecuteRoute;
params: RouteParamsPopulated;
bypassBalanceChecks?: boolean;
}): Promise<TransactionResponse> {
const {
route: { transactionRequest },
Expand Down

0 comments on commit b3e9652

Please sign in to comment.