This commit is contained in:
2026-05-16 17:57:54 +02:00
parent 1a2ec26f27
commit b2cefb7d66
55 changed files with 1654 additions and 334 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ impl ServerRepository {
}
pub async fn add_user(&self, server_id: Uuid, user_id: Uuid) -> AnyResult<bool> {
let res = server_user::ActiveModel {
server_user::ActiveModel {
server_id: Set(server_id),
user_id: Set(user_id),
..Default::default()