Skip to content

Commit

Permalink
least worst option for name
Browse files Browse the repository at this point in the history
  • Loading branch information
toph-allen committed Nov 27, 2024
1 parent e3bc1ec commit 18953f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/groups.R
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,11 @@ get_group_content <- function(src, guids) {

purrr::map_dfr(
guids,
~ get_one_group_content(src = src, guid = .x)
~ get_one_groups_content(src = src, guid = .x)
)
}

get_one_group_content <- function(src, guid) {
get_one_groups_content <- function(src, guid) {
validate_R6_class(src, "Connect")

res <- src$group_content(guid)
Expand Down

0 comments on commit 18953f9

Please sign in to comment.