Skip to content

Commit

Permalink
Update custom-transform/app.R
Browse files Browse the repository at this point in the history
Co-authored-by: Dawid Kałędkowski <[email protected]>
Signed-off-by: Vedha Viyash <[email protected]>
  • Loading branch information
vedhav and gogonzo authored Aug 12, 2024
1 parent 7ed2cc5 commit 984c15f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions custom-transform/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ my_transformers <- list(
)
})

merge_a <- reactive(input$merge_a)
merge_b <- reactive(input$merge_b)

reactive({
req(merge_a(), merge_b())
Expand Down

0 comments on commit 984c15f

Please sign in to comment.