Skip to content

Commit

Permalink
Update R/dummy_functions.R
Browse files Browse the repository at this point in the history
Co-authored-by: Dawid Kałędkowski <[email protected]>
Signed-off-by: Marcin <[email protected]>
  • Loading branch information
m7pr and gogonzo authored Sep 12, 2024
1 parent 4031cd8 commit 8bc91a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/dummy_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ example_module <- function(label = "example teal module", datanames = "all", tra
label,
server = function(id, data) {
checkmate::assert_class(isolate(data()), "teal_data")
# data(): teal_data, qenv.error, error, stop()
moduleServer(id, function(input, output, session) {
datanames_rv <- reactive({
req(data())
Expand Down

0 comments on commit 8bc91a5

Please sign in to comment.