Add data for 2022-01-18.

This commit is contained in:
Joshua Bemenderfer
2022-01-18 19:12:13 -05:00
parent fb670ba125
commit 64f44e2788
656 changed files with 654 additions and 654 deletions

View File

@@ -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(),