Skip to content

Commit

Permalink
missing bulk argument in cached perform request added
Browse files Browse the repository at this point in the history
  • Loading branch information
Bochtler committed Feb 19, 2024
1 parent 279cf03 commit 2aee873
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/ct_get_data.R
Expand Up @@ -179,7 +179,8 @@ ct_get_data <- function(type = "goods",
if(cache){
resp <- ct_perform_request_cache(req,
requests_per_second = requests_per_second,
verbose = verbose
verbose = verbose,
bulk = bulk
)
} else{
resp <- ct_perform_request(req,
Expand Down

0 comments on commit 2aee873

Please sign in to comment.