Skip to content

Commit

Permalink
Update alerts field
Browse files Browse the repository at this point in the history
  • Loading branch information
langbart committed Sep 22, 2023
1 parent 8db715e commit 5d116c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/send-email.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ send_validation_mail <- function(log_threshold = logger::DEBUG) {
googlesheets4::range_read(
ss = pars$validation$google_sheets$sheet_id,
sheet = pars$validation$google_sheets$flags_table,
col_types = "iDDclDcc"
col_types = "iDDclDc"
) %>%
dplyr::filter(.data$submission_date >= Sys.Date() - 7) %>%
dplyr::select(.data$submission_id, .data$submission_date, .data$alert)
Expand Down
2 changes: 1 addition & 1 deletion R/validate-landings.R
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ validate_landings <- function(log_threshold = logger::DEBUG) {
googlesheets4::range_read(
ss = pars$validation$google_sheets$sheet_id,
sheet = pars$validation$google_sheets$flags_table,
col_types = "iDDclDcc"
col_types = "iDDclDc"
)

logger::log_info("Upload backup validation sheet to GC")
Expand Down

0 comments on commit 5d116c9

Please sign in to comment.