This commit is contained in:
rustmailer
2026-01-01 20:28:23 +08:00
parent b2e43b0907
commit 09375ee11c
11 changed files with 25 additions and 19 deletions
+1 -1
View File
@@ -469,7 +469,7 @@ impl BichonUserV2 {
delete_impl(DB_MANAGER.meta_db(), move |rw| {
rw.get()
.primary::<BichonUser>(id)
.primary::<UserModel>(id)
.map_err(|e| raise_error!(format!("{:#?}", e), ErrorCode::InternalError))?
.ok_or_else(|| {
raise_error!(