Skip to content

Commit

Permalink
fix issue where trial_id filter is provided
Browse files Browse the repository at this point in the history
  • Loading branch information
jburos committed May 1, 2024
1 parent fd73ef2 commit 5a9ffc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/geco_filters.R
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,6 @@
updates <- rlang::list2(...)
updates <- .check_format(updates)
filter %>%
purrr::list_merge(!!!updates)
purrr::list_merge(!!!updates) %>%
purrr::map_depth(2, unique)
}

0 comments on commit 5a9ffc9

Please sign in to comment.