Skip to content

Commit 3c5583b

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

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
@@ -41,7 +41,7 @@ check_authorized_users <- function(
4141
authorization_check <- changed_dirs_tbl |>
4242
dplyr::left_join(dir_users_map, by = "dir") |>
4343
dplyr::mutate(
44-
dir_not_in_metadata = is.na(.data$authorized_users),
44+
dir_not_modifiable = purrr::map_lgl(.data$authorized_users, is.null)
4545
has_authorized_users = purrr::map_lgl(
4646
.data$authorized_users,
4747
\(authorized) length(authorized) > 0

0 commit comments

Comments
 (0)