fix typescript snippet

This commit is contained in:
Roei Erez
2023-11-26 09:22:30 +02:00
parent 1bfe1d6584
commit 72951eee6b

View File

@@ -23,7 +23,7 @@ const exampleListCurrentFees = (currentFees: ReverseSwapPairInfo) => {
// ANCHOR_END: get-current-reverse-swap-min-max
}
const maxReverseSwapAmount = async () => {
const maxAmount = async () => {
// ANCHOR: max-reverse-swap-amount
const maxAmount = await maxReverseSwapAmount()