Invallers
All checks were successful
Gitea/swiss-client/pipeline/head This commit looks good

This commit is contained in:
2025-09-18 23:28:02 +02:00
parent 02b884bbcf
commit 6a9ea43e23
5 changed files with 13 additions and 9 deletions

View File

@@ -83,6 +83,7 @@ export class TournamentPlayersComponent implements OnInit {
console.log(result.substitutions[1].event + ': ' + result.substitutions[1].substitute);
this.tournamentService.playerSubstitute(this.tournament.id, player.playerId, result.substitutions).subscribe(data => {
this.tournament = data;
console.log(this.tournament);
});
}
});