We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa4b83 commit 296cb45Copy full SHA for 296cb45
1 file changed
src/Codebreaker.ViewModels/Models/Game.cs
@@ -39,6 +39,7 @@ public partial class Game(
39
/// </summary>
40
[ObservableProperty]
41
private string? _endTime;
42
+ private DateTime? _endTime;
43
44
/// <summary>
45
/// Gets the duration of the game or null if it did not end yet
0 commit comments