Skip to content

Commit

Permalink
[skip style] [skip vbump] Restyle files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 17, 2024
1 parent 6868ae2 commit 74c1537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/module_teal_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ srv_teal_data_module <- function(id,
moduleServer(id, function(input, output, session) {
logger::log_debug("srv_teal_data_module initializing.")
is_transform_failed[[id]] <- FALSE
module_out <- data_module(id = "data")
try_module_out <- reactive(tryCatch(module_out (), error = function(e) e))
module_out <- data_module(id = "data")
try_module_out <- reactive(tryCatch(module_out(), error = function(e) e))
observeEvent(try_module_out(), {
if (!inherits(try_module_out(), "teal_data")) {
is_transform_failed[[id]] <- TRUE
Expand Down

0 comments on commit 74c1537

Please sign in to comment.