Fix Backend

This commit is contained in:
2025-06-29 11:22:41 +02:00
parent 1bb15d9551
commit bd9451f2aa
2 changed files with 8 additions and 7 deletions
@@ -110,7 +110,7 @@ fun Route.configureEventFightRoutes() {
fight.spectatePort
)
if (fight.group != null) {
eventFight.groupId = fight.group
eventFight.setGroup(fight.group)
}
call.respond(HttpStatusCode.Created, ResponseEventFight(eventFight))
}