[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
|
@ -35,6 +35,8 @@ pub mod email {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// if using csv check if the account is within date
|
||||||
|
|
||||||
// check if the email is already in the db
|
// check if the email is already in the db
|
||||||
if !check(db, &record.email).await {
|
if !check(db, &record.email).await {
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in a new issue