This commit is contained in:
Alexey
2026-08-22 16:22:07 +03:00
parent bb0d3ba927
commit fb47ad149c
57 changed files with 675 additions and 710 deletions
-2
View File
@@ -194,7 +194,6 @@ pub(in crate::api) async fn patch_user(
Ok((user_info, revision))
}
pub(in crate::api) async fn set_user_enabled(
user: &str,
enabled: bool,
@@ -243,4 +242,3 @@ pub(in crate::api) async fn set_user_enabled(
Ok((user_info, revision))
}