Skip to content

Commit

Permalink
ups
Browse files Browse the repository at this point in the history
  • Loading branch information
JBGruber committed Oct 5, 2023
1 parent e4e3c7b commit 5c385c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get.r
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ prep_cookies <- function(tbl, as_list = FALSE) {


select_cookies <- function(cookies, domain, key, fixed) {
if (domain > 1L) {
if (length(domain) > 1L) {
cli::cli_abort("{.code domain} must be a string of length 1")
}

Expand Down

0 comments on commit 5c385c9

Please sign in to comment.