Skip to content

Commit

Permalink
Merge pull request #144 from Rafnuss/Fix-for-wf_request_batch-for-mis…
Browse files Browse the repository at this point in the history
…sing-user

remove assignment `NULL` to missing user (using the `missing()` function). The user is now always set to a default and shouldn't cause any issues.
  • Loading branch information
khufkens authored Sep 20, 2024
2 parents 74be7cd + bcc6b65 commit 6bccbe8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/wf_request_batch.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ wf_request_batch <- function(

force(total_timeout) # Need to evaluate the expression before changing time_out
time_out <- repeat_if_one(time_out, N)
if (missing(user)) user <- NULL

user <- repeat_if_one(user, N)
path <- repeat_if_one(path, N)
Expand Down

0 comments on commit 6bccbe8

Please sign in to comment.