[skip ci] doc: check if accounts are expired in teh wolves db
This commit is contained in:
parent
01b5be2660
commit
76ed7f5513
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue