release 0.2.2 #30

Merged
ben merged 5 commits from ben/Jobboerse:main into main 2022-06-26 02:03:36 +02:00
Showing only changes of commit 2baabe394b - Show all commits

fix additional reviewer notice

- sending a confirmation mail should not send a reviewer notice as well
Bennet Bleßmann 2022-06-26 02:01:38 +02:00 committed by Bennet Bleßmann
Signed by: ben
GPG key ID: 3BE1A1A3CBC3CF99

View file

@ -61,8 +61,6 @@ pub(crate) async fn send_confirmation_email(
lettre::AsyncSendmailTransport::new().send(message).await?; lettre::AsyncSendmailTransport::new().send(message).await?;
send_reviewer_notice(email_config).await;
Ok(()) Ok(())
} }