Skip to content

Commit

Permalink
refactor(on-ramp): remove unnecessary casting of event param
Browse files Browse the repository at this point in the history
  • Loading branch information
wachunei committed Jun 22, 2023
1 parent 52cf196 commit 6b6432b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ function Quotes() {
payment_method_id: selectedPaymentMethodId as string,
chain_id_destination: selectedChainId,
error_message: quote.message,
amount: params.amount as number,
amount: params.amount,
}),
);
}
Expand Down

0 comments on commit 6b6432b

Please sign in to comment.