mobile layout: fix logo highlight

This commit is contained in:
realaravinth
2021-07-03 22:17:45 +05:30
parent 43d970980f
commit 791935f245
2 changed files with 5 additions and 1 deletions

View File

@@ -90,7 +90,6 @@ project website: {}",
)
.unwrap();
// unwrap is OK as SETTINGS.smtp is check at the start
data.mailer.as_ref().unwrap().send(email).await?;
}
Ok(())