Closed miketerra closed 1 year ago
Thanks for the report! Do you have time to work on a fix for this issue?
You are welcome! Unfortunately, my schedule is full.
But to further update, when I remove the timestamps from the countries' s dump files and empty the array
countries: [],
everything works correctly.
To me it seems to be a problem with the countries array.
Hope it helps!
Fixed via #62.
Hello, I have encountered an issue when loading individual countries.
The error occurs when more than one countries is defined in the countries array. While it downloads all the country files correctly, only the last value of the array is taken into consideration for the lookup.
To replicate:
Erroneous result:
Expected result:
Changing the order
countries: ["IT", "GR"]
works correctly for Greece and not for Italy.node -v v16.14.0