Skip to content

Commit bdcaf01

Browse files
committed
_
1 parent 7fc3e2e commit bdcaf01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Codebreaker.ViewModels/Components/GameViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public class GameViewModel(Game game)
44
{
55
private readonly Game _game = game;
66

7-
public Guid GameId => _game.GameId;
7+
public Guid GameId => _game.Id;
88

99
public string Name => _game.PlayerName;
1010

0 commit comments

Comments
 (0)