Feature/upgrade nx to version 12.8.0 (#331)
* Upgrade angular and Nx * Update changelog
This commit is contained in:
@@ -13,7 +13,7 @@ export const currencyPairs: Partial<
|
||||
currency1: Currency;
|
||||
currency2: Currency;
|
||||
}
|
||||
>[] = Object.keys(Currency)
|
||||
>[] = (Object.keys(Currency) as Array<keyof typeof Currency>)
|
||||
.filter((currency) => {
|
||||
return currency !== Currency.USD;
|
||||
})
|
||||
|
Reference in New Issue
Block a user