Skip to content

Commit

Permalink
fix: missing replacement of old function name
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Oct 24, 2024
1 parent 7be5992 commit b24da53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ NS <- function(namespace, id = NULL) { # nolint: object_name.
#'
#' @noRd
moduleServer <- function(id, module, session = getDefaultReactiveDomain()) { # nolint: object_name.
id <- js_encode(id)
id <- sanitize_id(id)
shiny::moduleServer(id, module, session)
}

0 comments on commit b24da53

Please sign in to comment.