diff options
| author | Rafael Lüder <[email protected]> | 2021-02-10 15:52:45 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-10 15:52:45 -0600 |
| commit | 1df986dd990977999280ef72fac5cddd730321e3 (patch) | |
| tree | b4efdec65fcf11e6257ea53798896cbf6db71028 /examples/node/generateMultiLevelMultiLocaleJSON.js | |
| parent | 33ff3809c8ca501fcca5e7fb2d9d072b9d28e84c (diff) | |
| download | faker-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 'examples/node/generateMultiLevelMultiLocaleJSON.js')
0 files changed, 0 insertions, 0 deletions
