Add data for 2022-01-18.
This commit is contained in:
@@ -88,7 +88,7 @@ async function process () {
|
||||
current_hospitalizations: currentData.hospitalizations.total_hospitalizations.toLocaleString(),
|
||||
current_deaths: currentData.deaths.total_deaths.toLocaleString(),
|
||||
current_vaccinations: currentData.vaccinations.total_vaccinations.toLocaleString(),
|
||||
current_tests_increase: (currentData.tests.combined_performed - prevData.tests.combined_performed).toLocaleString(),
|
||||
current_tests_increase: (currentData.tests.combined_performed_running_total - prevData.tests.combined_performed_running_total).toLocaleString(),
|
||||
current_cases_increase: currentData.cases.cases.toLocaleString(),
|
||||
current_hospitalizations_increase: currentData.hospitalizations.hospitalizations.toLocaleString(),
|
||||
current_deaths_increase: currentData.deaths.deaths.toLocaleString(),
|
||||
|
||||
Reference in New Issue
Block a user