We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c876ab0 commit f91ef0aCopy full SHA for f91ef0a
R/check_authorized_users.R
@@ -44,7 +44,7 @@ check_authorized_users <- function(
44
dir_not_in_metadata = is.na(.data$authorized_users),
45
has_authorized_users = purrr::map_lgl(
46
.data$authorized_users,
47
- \(authorized) !anyNA(authorized) && length(authorized) > 0
+ \(authorized) length(authorized) > 0
48
),
49
actor_authorized = purrr::map_lgl(
50
0 commit comments