Skip to content

Commit

Permalink
Merge pull request #9 from mayaradaher/patch-1
Browse files Browse the repository at this point in the history
Update shiny-na-pratica-1.qmd
  • Loading branch information
williamorim authored Jul 22, 2024
2 parents 96d9c18 + 4247dfd commit c61f867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shiny-na-pratica-1.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ server <- function(input, output, session) {
dados <- reactive({
con <- conectar_com_o_banco()
dplyr::tbl(con, "partidas") |>
dplyr::filter(season == input$temprada) |>
dplyr::filter(season == input$temporada) |>
dplyr::collect()
})
Expand Down

0 comments on commit c61f867

Please sign in to comment.