Skip to content

Commit e9ba714

Browse files
committed
fix: actually change dry_run logic
1 parent 72306ff commit e9ba714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/epidatacall.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ fetch <- function(epidata_call, fetch_args = fetch_args_list()) {
194194
epidata_call <- with_base_url(epidata_call, fetch_args$base_url)
195195
}
196196

197-
if (!fetch_args$dry_run) {
197+
if (fetch_args$dry_run) {
198198
return(epidata_call)
199199
}
200200

0 commit comments

Comments
 (0)