Skip to content

Commit

Permalink
Argument i logShinyInputChanges er ..., som sendes videre
Browse files Browse the repository at this point in the history
  • Loading branch information
arnfinn committed Jan 20, 2025
1 parent 905b1d4 commit e6734bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions R/appLog.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ loggerSetup <- function(

#' Wrapper around logger::log_shiny_input_changes
#'
#' @param input passed from Shiny's server
#' @param ... Arguments passed to logger::log_shiny_input_changes function
#'
#' @export
#'
logShinyInputChanges <- function(input) {
logger::log_shiny_input_changes(input)
logShinyInputChanges <- function(...) {
logger::log_shiny_input_changes(...)

Check warning on line 47 in R/appLog.R

View check run for this annotation

Codecov / codecov/patch

R/appLog.R#L47

Added line #L47 was not covered by tests
}
4 changes: 2 additions & 2 deletions man/logShinyInputChanges.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e6734bc

Please sign in to comment.