Unverified Commit f843c483 authored by Ruslan Konviser's avatar Ruslan Konviser Committed by GitHub
Browse files

Merge pull request #1162 from ever-co/feat/#63-add-currency-uyu

feat: added currency uyu
parents a962cdbf c721b6aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1154,7 +1154,7 @@ export class FakeDataComponent implements OnInit, OnDestroy {
	}

	private async _generateCurrencies() {
		const currenciesCodes = ['USD', 'ILS', 'EUR', 'BGN', 'RUB'];
		const currenciesCodes = ['USD', 'ILS', 'EUR', 'BGN', 'RUB', 'UYU'];

		for (const currencyCode of currenciesCodes) {
			const res = await this._currenciesService