Skip to content

Commit

Permalink
Update R/module_teal_data.R
Browse files Browse the repository at this point in the history
Co-authored-by: Dawid Kałędkowski <[email protected]>
Signed-off-by: André Veríssimo <[email protected]>
  • Loading branch information
averissimo and gogonzo authored Oct 11, 2024
1 parent 08ab298 commit ccc50a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/module_teal_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ srv_teal_data <- function(id,
observeEvent(data_handled(), {
if (inherits(data_out, "reactive.event")) {
# This warning message partially detects when `eventReactive` is used in `data_module`.
logger::log_warn(
warning(
paste(
"srv_teal_data",
"please avoid using eventReactive in transformations as it",
Expand Down

0 comments on commit ccc50a2

Please sign in to comment.