Skip to content

Commit f91ef0a

Browse files
O957dylanhmorris
andauthored
Update R/check_authorized_users.R
Co-authored-by: Dylan H. Morris <[email protected]>
1 parent c876ab0 commit f91ef0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/check_authorized_users.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ check_authorized_users <- function(
4444
dir_not_in_metadata = is.na(.data$authorized_users),
4545
has_authorized_users = purrr::map_lgl(
4646
.data$authorized_users,
47-
\(authorized) !anyNA(authorized) && length(authorized) > 0
47+
\(authorized) length(authorized) > 0
4848
),
4949
actor_authorized = purrr::map_lgl(
5050
.data$authorized_users,

0 commit comments

Comments
 (0)