Skip to content

Commit cfe5521

Browse files
committed
fix: missed passing arg from fetch to fetch_tbl
1 parent 6fd0592 commit cfe5521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/epidatacall.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ fetch <- function(epidata_call, fields = NULL, disable_date_parsing = FALSE, ret
127127
if (epidata_call$only_supports_classic) {
128128
return(fetch_classic(epidata_call, fields, return_empty = return_empty, timeout_seconds = timeout_seconds))
129129
} else {
130-
return(fetch_tbl(epidata_call, fields, disable_date_parsing, return_empty))
130+
return(fetch_tbl(epidata_call, fields, disable_date_parsing, return_empty, timeout_seconds = timeout_seconds))
131131
}
132132
}
133133

0 commit comments

Comments
 (0)