Skip to content

Commit

Permalink
fix: run_app() consistent with run_dev()
Browse files Browse the repository at this point in the history
  • Loading branch information
PMHLambert committed Jul 20, 2023
1 parent 018c67d commit 5fdc3b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,7 @@ run_app(
catchment_geom = datasets[["catchment_geom"]],
dataALL = datasets[["dataALL"]],
ices_geom = datasets[["ices_geom"]],
ices_division = datasets[["ices_division"]],
positive_catch_area = datasets[["positive_catch_area"]],
help_bubble_entries = get_help_bubble_entries()
)

0 comments on commit 5fdc3b7

Please sign in to comment.