Skip to content

Commit

Permalink
Remove outdated comment (#841)
Browse files Browse the repository at this point in the history
* Remove outdated comment

* Style code

---------

Co-authored-by: Jennit07 <[email protected]>
  • Loading branch information
Jennit07 and Jennit07 authored Oct 2, 2023
1 parent a55d69a commit 2e1cc9c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion R/get_source_extract_path.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ get_source_extract_path <- function(year,
"sds"
),
...) {

if (year %in% type) {
cli::cli_abort("{.val {year}} was supplied to the {.arg year} argument.")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ at_full_data <- tbl(
service_end_date
) %>%
# fix bad period (2017, 2020 & 2021)
# TODO - ask SC team as last meeting they said to look at extract date - these dont relate.
# e.g. extract date later than period
mutate(
period = if_else(period == "2017", "2017Q4", period),
period = if_else(period == "2020", "2020Q4", period),
Expand Down

0 comments on commit 2e1cc9c

Please sign in to comment.