Some (alot) of fixes

This commit is contained in:
2025-01-01 17:08:55 +01:00
parent f5332411d2
commit 9f60071e48
6 changed files with 119 additions and 86 deletions

View File

@ -80,7 +80,7 @@ export class FightRepo {
blueTeam: fight.blueTeam,
redTeam: fight.redTeam,
start: fight.start?.valueOf(),
spectatePort: fight.spectatePort ?? 0,
spectatePort: fight.spectatePort,
group: fight.group,
}),
}).then(value => value.json())