Skip to content

Commit

Permalink
Merge pull request #225 from cmu-delphi/ndefries/parse-fluview-meta-date
Browse files Browse the repository at this point in the history
lastest_issue is an epiweek, not a date
  • Loading branch information
nmdefries authored Nov 30, 2023
2 parents 22d064a + abd8f4d commit 1a5e8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/endpoints.R
Original file line number Diff line number Diff line change
Expand Up @@ -1338,7 +1338,7 @@ pub_fluview_meta <- function(fetch_args = fetch_args_list()) {
list(),
list(
create_epidata_field_info("latest_update", "date"),
create_epidata_field_info("latest_issue", "date"),
create_epidata_field_info("latest_issue", "epiweek"),
create_epidata_field_info("table_rows", "int")
)
) %>% fetch(fetch_args = fetch_args)
Expand Down

0 comments on commit 1a5e8b5

Please sign in to comment.