fix set club guid

This commit is contained in:
beo3000 2025-12-27 10:54:21 +01:00
parent a84b192055
commit 9f53aa0b04
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ public class GamePersistenceService : IGamePersistenceService
game.GamePersons.Add(new GamePerson
{
GameId = game.Id,
PersonId = playerId
PersonId = playerId,
ClubId = dto.ClubId
});
}