mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
chore: get rid of direct DB init and use db_*
This commit is contained in:
@@ -98,7 +98,7 @@ macro_rules! get_app {
|
||||
}
|
||||
|
||||
pub async fn delete_user(data: &ArcData, name: &str) {
|
||||
let x = data.dblib.delete_user(name).await;
|
||||
let x = data.db.delete_user(name).await;
|
||||
println!();
|
||||
println!();
|
||||
println!();
|
||||
|
||||
Reference in New Issue
Block a user