Skip to content

Commit

Permalink
drop redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
langbart committed Dec 7, 2023
1 parent 220aed8 commit 3184d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/validate-surveys.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ validate_wcs_surveys <- function(log_threshold = logger::DEBUG) {
dplyr::left_join(trips_info, validated_groups, by = "submission_id")

validated_filename <-
paste(pars$surveys$wcs_surveys$validated_surveys$file_prefix, sep = "_") %>%
pars$surveys$wcs_surveys$validated_surveys$file_prefix %>%
add_version(extension = "rds")

readr::write_rds(
Expand Down

0 comments on commit 3184d08

Please sign in to comment.