diff --git a/src/Koogle.Application/Services/GamePersistenceService.cs b/src/Koogle.Application/Services/GamePersistenceService.cs index b4b1f58..19801b1 100644 --- a/src/Koogle.Application/Services/GamePersistenceService.cs +++ b/src/Koogle.Application/Services/GamePersistenceService.cs @@ -50,7 +50,8 @@ public class GamePersistenceService : IGamePersistenceService game.GamePersons.Add(new GamePerson { GameId = game.Id, - PersonId = playerId + PersonId = playerId, + ClubId = dto.ClubId }); }