File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -487,8 +487,10 @@ pub_covid_hosp_facility <- function(
487487 " int"
488488 ),
489489 create_epidata_field_info(" total_personnel_covid_vaccinated_doses_one_7_day" , " int" ),
490- create_epidata_field_info(" total_personnel_covid_vaccinated_doses_one_7_day_sum" ,
491- " int" )
490+ create_epidata_field_info(
491+ " total_personnel_covid_vaccinated_doses_one_7_day_sum" ,
492+ " int"
493+ )
492494 )
493495 ) %> % fetch(fetch_args = fetch_args )
494496}
@@ -823,8 +825,8 @@ pub_covid_hosp_state_timeseries <- function(
823825 create_epidata_field_info(" total_patients_hospitalized_confirmed_influenza" , " int" ),
824826 create_epidata_field_info(
825827 " total_patients_hospitalized_confirmed_influenza_coverage" ,
826- " int"
827- )
828+ " int"
829+ )
828830 )
829831 ) %> % fetch(fetch_args = fetch_args )
830832}
You can’t perform that action at this time.
0 commit comments