mirror of
https://github.com/chatmail/core.git
synced 2026-04-21 15:36:30 +03:00
use node 16 in ci
use `npm i` instead of `npm ci` try fix ci script and fix a doc comment
This commit is contained in:
@@ -57,7 +57,7 @@ impl CommandApi {
|
||||
// Misc top level functions
|
||||
// ---------------------------------------------
|
||||
|
||||
// Check if an email address is valid.
|
||||
/// Check if an email address is valid.
|
||||
async fn check_email_validity(&self, email: String) -> bool {
|
||||
may_be_valid_addr(&email)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user