aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRafael Lüder <[email protected]>2021-02-10 15:52:45 -0600
committerGitHub <[email protected]>2021-02-10 15:52:45 -0600
commit1df986dd990977999280ef72fac5cddd730321e3 (patch)
treeb4efdec65fcf11e6257ea53798896cbf6db71028 /lib
parent33ff3809c8ca501fcca5e7fb2d9d072b9d28e84c (diff)
downloadfaker-1df986dd990977999280ef72fac5cddd730321e3.tar.xz
faker-1df986dd990977999280ef72fac5cddd730321e3.zip
Fix: remove duplicate "Indian Rupee" key on currency.js
When building my app using Snowpack I noticed a warning related to a duplicate entry for "Indian Rupee" on `currency,js`. This PR removes the entry that doesn't include the symbol. Snowpack output is below: ``` [snowpack] ✔ dependencies ready! [21.59s] [snowpack] ! verifying build... [snowpack] ✔ verification complete [0.02s] [snowpack] ! writing build to disk... [snowpack] ! optimizing build... > _snowpack/pkg/faker.js: warning: Duplicate key "Indian Rupee" in object literal 42255 │ "Indian Rupee": { ╵ ~~~~~~~~~~~~~~ _snowpack/pkg/faker.js: note: The original "Indian Rupee" is here 42247 │ "Indian Rupee": { ╵ ~~~~~~~~~~~~~~ 1 warning [ { detail: undefined, location: { column: 2, file: '_snowpack/pkg/faker.js', length: 14, line: 42255, lineText: ' "Indian Rupee": {' }, text: 'Duplicate key "Indian Rupee" in object literal' }, ] ```
Diffstat (limited to 'lib')
-rw-r--r--lib/locales/en/finance/currency.js4
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"