Skip to content

Commit

Permalink
Only closing session. Also removed Guide from SourceAll (#215)
Browse files Browse the repository at this point in the history
* Only closing session. Also removed Guide from SourceAll

* Only closing session
  • Loading branch information
PaulJonasJost authored Jul 4, 2024
1 parent 0c380b2 commit c48d06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/shinyApp/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ server <- function(input,output,session){
timerProgressBar = FALSE,
width = "100%"
)
shiny::stopApp()
session$close()
})

# Data Upload + checks ----
Expand Down

0 comments on commit c48d06e

Please sign in to comment.