Skip to content

Commit

Permalink
full parameter name to avoid check note
Browse files Browse the repository at this point in the history
ref #452
  • Loading branch information
wibeasley committed Oct 23, 2022
1 parent fe450ce commit fcf42c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/redcap-read.R
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ redcap_read <- function(
.datetime_range_begin = "failed in initial batch call",
.datetime_range_end = "failed in initial batch call",
.elapsed_seconds = elapsed_seconds,
.status_code = initial_call$status_code,
.status_codes = initial_call$status_code,
.outcome_messages = outcome_messages,
.success = initial_call$success
))
Expand Down

0 comments on commit fcf42c3

Please sign in to comment.