feat: use new ServerCreate events

This commit is contained in:
Paul Makles
2022-04-09 19:03:25 +01:00
parent 24def22613
commit 10645638a2
3 changed files with 29 additions and 30 deletions

View File

@@ -69,6 +69,6 @@ pub async fn req(
Ok(Json(NewRoleResponse {
id: role.create(db, &server.id).await?,
role: role,
role,
}))
}