[skip ci] doc: check if accounts are expired in teh wolves db

This commit is contained in:
silver 2023-09-03 21:38:31 +01:00
parent 01b5be2660
commit 76ed7f5513

View file

@ -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 {