Skip to content

Commit 5e76c19

Browse files
committed
🦙 No lint
1 parent 3cbb29c commit 5e76c19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/mod_inequalities_server.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
mod_inequalities_server <- function(id, params) {
55
shiny::moduleServer(id, function(input, output, session) {
66
inequalities_data <- shiny::reactive({
7-
dataset <- shiny::req(params$dataset)
7+
8+
dataset <- shiny::req(params$dataset) # nolint: object_usage_linter
89

910
load_inequalities_data() |>
1011
dplyr::filter(

0 commit comments

Comments
 (0)