code cleanup
This commit is contained in:
@ -96,7 +96,7 @@ impl Mail {
|
||||
}
|
||||
None => {
|
||||
if let Some(mail) = &user.mail {
|
||||
send_to.push_str(&mail)
|
||||
send_to.push_str(mail)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user