diff --git a/src/methods/account_new.rs b/src/methods/account_new.rs index 012e4d9..a1b144d 100644 --- a/src/methods/account_new.rs +++ b/src/methods/account_new.rs @@ -34,6 +34,8 @@ pub mod email { if record.email.trim().ends_with("@skynet.ie") { continue; } + + // if using csv check if the account is within date // check if the email is already in the db if !check(db, &record.email).await {