Skip to content

Commit c707c16

Browse files
committed
bug: fix covidcast as_of arg #48
1 parent 5e0bbda commit c707c16

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
@@ -707,7 +707,7 @@ covidcast <-
707707
check_single_string_param("geo_type", geo_type)
708708
check_epirange_param("time_values", time_values)
709709
check_string_param("geo_values", geo_values)
710-
check_single_epirange_param("as_of", as_of, FALSE)
710+
check_single_date_param("as_of", as_of, FALSE)
711711
check_epirange_param("issues", issues, FALSE)
712712
check_single_int_param("lag", lag, FALSE)
713713

0 commit comments

Comments
 (0)