mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
tslint proof allcureencies file
This commit is contained in:
parent
baf46f4d89
commit
6c1d1ade14
|
@ -1,4 +1,4 @@
|
|||
[
|
||||
const allCurrencies = [
|
||||
{ name: 'Euro', value: 'eur' },
|
||||
{ name: 'United States Dollar', value: 'usd' },
|
||||
{ name: 'British Pound Sterling', value: 'gbp' },
|
||||
|
@ -170,4 +170,5 @@
|
|||
{ name: 'South African Rand', value: 'zar' },
|
||||
{ name: 'Zambian Kwacha', value: 'zmw' },
|
||||
{ name: 'Zimbabwean Dollar', value: 'zwl' }
|
||||
// tslint:disable-next-line: semicolon
|
||||
]
|
Loading…
Reference in a new issue