Skip to content

Commit 30095bd

Browse files
committed
bug: fix paho_dengue pointing to wrong endpoint #20
1 parent 5a81ce3 commit 30095bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/endpoints.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,7 @@ paho_dengue <- function(regions,
14771477
assert_integerish_param("lag", lag, len = 1, required = FALSE)
14781478

14791479
create_epidata_call(
1480-
"quidel/",
1480+
"paho_dengue/",
14811481
list(
14821482
regions = regions,
14831483
epiweeks = epiweeks,

0 commit comments

Comments
 (0)