File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ var _cdcJurisdictionCodes = {
362
362
"u.s.virginislands" : "vi" ,
363
363
} ;
364
364
365
- var _cdcJurisdictionLowMorbidity = new Set ( [
365
+ const CDCJurisdictionLowMorbidity = new Set ( [
366
366
"alaska" ,
367
367
"delaware" ,
368
368
"hawaii" ,
@@ -373,14 +373,21 @@ var _cdcJurisdictionLowMorbidity = new Set([
373
373
"montana" ,
374
374
"nebraska" ,
375
375
"new hampshire" ,
376
+ "newhampshire" ,
376
377
"new mexico" ,
378
+ "newmexico" ,
377
379
"north dakota" ,
380
+ "northdakota" ,
378
381
"rhode island" ,
382
+ "rhodeisland" ,
379
383
"south dakota" ,
384
+ "southdakota" ,
380
385
"utah" ,
381
386
"vermont" ,
382
387
"virgin islands" ,
388
+ "virginislands" ,
383
389
"west virginia" ,
390
+ "westvirginia" ,
384
391
"wyoming" ,
385
392
] ) ;
386
393
@@ -11582,4 +11589,4 @@ var hivtrace_cluster_network_graph = function (
11582
11589
return self ;
11583
11590
} ;
11584
11591
11585
- export { hivtrace_cluster_network_graph as clusterNetwork , hivtrace_cluster_depthwise_traversal as computeCluster } ;
11592
+ export { hivtrace_cluster_network_graph as clusterNetwork , hivtrace_cluster_depthwise_traversal as computeCluster } ;
You can’t perform that action at this time.
0 commit comments