[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

@ -35,6 +35,8 @@ pub mod email {
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 {
continue;