Remove GetFiatCurrenciesAndRates snippet

This commit is contained in:
ok300
2023-11-17 12:49:46 +01:00
parent 8f55aa1035
commit 23170c965b
8 changed files with 2 additions and 192 deletions

View File

@@ -14,9 +14,3 @@ const exampleFetchRates = async () => {
const fiatRates = await fetchFiatRates()
// ANCHOR_END: fetch-fiat-rates
}
const exampleListCurrenciesAndRates = async () => {
// ANCHOR: get-fiat-currencies-and-rates
// TODO
// ANCHOR_END: get-fiat-currencies-and-rates
}