Backend Fixes

This commit is contained in:
2025-03-02 09:08:49 +01:00
parent 284c4acd4b
commit b0bd719627
3 changed files with 6 additions and 4 deletions
@@ -215,7 +215,7 @@ fun Route.configureEventsRoute() {
}
}
event.update(eventName, deadline, start, end, schemType, maxTeamMembers, publicSchemsOnly)
call.respond(ResponseEvent(event))
call.respond(ResponseEvent(Event.get(event.eventID)))
}
delete {
val id = call.parameters["id"]?.toIntOrNull()