mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-17 13:54:20 +01:00
fix typescript snippet
This commit is contained in:
@@ -23,7 +23,7 @@ const exampleListCurrentFees = (currentFees: ReverseSwapPairInfo) => {
|
|||||||
// ANCHOR_END: get-current-reverse-swap-min-max
|
// ANCHOR_END: get-current-reverse-swap-min-max
|
||||||
}
|
}
|
||||||
|
|
||||||
const maxReverseSwapAmount = async () => {
|
const maxAmount = async () => {
|
||||||
// ANCHOR: max-reverse-swap-amount
|
// ANCHOR: max-reverse-swap-amount
|
||||||
const maxAmount = await maxReverseSwapAmount()
|
const maxAmount = await maxReverseSwapAmount()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user