Add data for 2022-04-20. Temporarily disable combined test stats.
This commit is contained in:
		@@ -83,12 +83,12 @@ async function process () {
 | 
			
		||||
      date_short,
 | 
			
		||||
      date_long: date.toLocaleDateString('en-US', { year: 'numeric', month: 'long', day: 'numeric' }),
 | 
			
		||||
      current_percent_positive: Math.round(currentData.tests.seven_day_percent_positive),
 | 
			
		||||
      current_tests: currentData.tests.combined_performed_running_total.toLocaleString(),
 | 
			
		||||
      current_tests: 0, // currentData.tests.combined_performed_running_total.toLocaleString(),
 | 
			
		||||
      current_cases: currentData.cases.total_cases.toLocaleString(),
 | 
			
		||||
      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_running_total - prevData.tests.combined_performed_running_total).toLocaleString(),
 | 
			
		||||
      current_tests_increase: 0, //(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