mirror of
https://github.com/ViViDboarder/bitwarden_rs.git
synced 2024-11-22 13:16:39 +00:00
fixed typo
This commit is contained in:
parent
ee277de707
commit
4859932d35
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user