Skip to content

Commit

Permalink
Update R/duplicates.R
Browse files Browse the repository at this point in the history
  • Loading branch information
gladkia authored Oct 18, 2024
1 parent e30455f commit 760b981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/duplicates.R
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ notify_if_duplicates <- function(dt, by = "email", assay_name = "unknown", previ
m_sbj <- "[gDR] Error - unexpected duplicates found"

if ("email" %in% by) {
att_l <- list(c(dup_dt = dup_dt, metadata))
att_l <- c(list(dup_dt = dup_dt), metadata)
att_f <- tempfile()
qs::qsave(att_l, att_f)
m_to <- get_env_var("EMAIL_RECIPIENT")
Expand Down

0 comments on commit 760b981

Please sign in to comment.