Commit c721b6aa authored by sunko's avatar sunko
Browse files

feat: added currency uyu

parent 8275a5d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{
	"name": "@ever-platform/admin-web-angular",
	"version": "0.3.0",
	"version": "0.3.1",
	"description": "Ever Admin",
	"license": "AGPL-3.0",
	"homepage": "https://ever.co",
+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