File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 4
4
executeScraperNYTData,
5
5
excecuteScraperAppleData,
6
6
excecuteScraperGov,
7
- excecuteScraperInfluenza,
8
7
excecuteScraperVaccineCoverage,
9
8
excecuteScraperVaccineStateCoverage,
10
9
executeScraperVariants
@@ -23,7 +22,6 @@ const mapArgToScraper = {
23
22
nyt : executeScraperNYTData ,
24
23
apple : excecuteScraperAppleData ,
25
24
gov : excecuteScraperGov ,
26
- influenza : excecuteScraperInfluenza ,
27
25
vaccine : excecuteScraperVaccineCoverage ,
28
26
vaccinestate : excecuteScraperVaccineStateCoverage ,
29
27
variants : executeScraperVariants
@@ -40,7 +38,6 @@ before(async () => {
40
38
await executeScraperNYTData ( ) ;
41
39
await excecuteScraperAppleData ( ) ;
42
40
await excecuteScraperGov ( ) ;
43
- await excecuteScraperInfluenza ( ) ;
44
41
await excecuteScraperVaccineCoverage ( ) ;
45
42
await excecuteScraperVaccineStateCoverage ( ) ;
46
43
await executeScraperVariants ( ) ;
You can’t perform that action at this time.
0 commit comments