diff options
| author | Marak <[email protected]> | 2021-02-11 01:21:49 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-11 01:21:49 -0500 |
| commit | 388b6cd8513b3b73daab5278e539f8f6bb600e12 (patch) | |
| tree | b4efdec65fcf11e6257ea53798896cbf6db71028 /lib | |
| parent | 33ff3809c8ca501fcca5e7fb2d9d072b9d28e84c (diff) | |
| parent | e315621797e944d124f65afc5947b6b9488879e2 (diff) | |
| download | faker-388b6cd8513b3b73daab5278e539f8f6bb600e12.tar.xz faker-388b6cd8513b3b73daab5278e539f8f6bb600e12.zip | |
Merge pull request #1104 from rlueder/master
Fix: remove duplicate key for "Indian Rupee" on currency.js
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/locales/en/finance/currency.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/locales/en/finance/currency.js b/lib/locales/en/finance/currency.js index 826ec74d..46c175af 100644 --- a/lib/locales/en/finance/currency.js +++ b/lib/locales/en/finance/currency.js @@ -243,10 +243,6 @@ module["exports"] = { "code": "ILS", "symbol": "₪" }, - "Indian Rupee": { - "code": "INR", - "symbol": "" - }, "Bhutanese Ngultrum": { "code": "BTN", "symbol": "Nu" |
