mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-06-13 05:37:39 +02:00
fixed typo
This commit is contained in:
@ -147,7 +147,7 @@ fn check_db() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
println!("{}", url.to_string());
|
println!("{}", url.to_string());
|
||||||
db::get_connection().expect("Can't conect to DB");
|
db::get_connection().expect("Can't connect to DB");
|
||||||
}
|
}
|
||||||
|
|
||||||
fn check_rsa_keys() {
|
fn check_rsa_keys() {
|
||||||
|
Reference in New Issue
Block a user