pomber / covid19

JSON time-series of coronavirus cases (confirmed, deaths and recovered) per country - updated daily
https://pomber.github.io/covid19/timeseries.json
1.23k stars 374 forks source link

Bad year for data for 2021 #233

Closed entorb closed 3 years ago

entorb commented 3 years ago

Hi, I just discovered that in https://pomber.github.io/covid19/timeseries.json the latest data points are wrongly set to year 2020 instead of 2021:

{ "date": "2020-12-30", "confirmed": 51405, "deaths": 2181, "recovered": 41612 }, { "date": "2020-12-31", "confirmed": 51526, "deaths": 2191, "recovered": 41727 }, { "date": "2020-1-1", "confirmed": 51526, "deaths": 2191, "recovered": 41727 } ],

cthiebaud commented 3 years ago

https://github.com/pomber/covid19/issues/234#issue-777589090

pomber commented 3 years ago

Thanks, I don't have access to a computer right now. If anyone can submit a PR I'll try to merge it.

pomber commented 3 years ago

Should be fixed now, let me know otherwise.

entorb commented 3 years ago

Thanks for the fast fix!