Skip to content

Commit

Permalink
Fix Bonodere submission crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Jebzou committed Nov 24, 2024
1 parent 77b922c commit fba3d1c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ public record SenkaEntryModel
[JsonPropertyName("comment")]
public required string Comment { get; set; }

[JsonIgnore]
public required bool IsKnown { get; set; }
[JsonIgnore]
public bool IsKnown { get; set; } = false;
}

0 comments on commit fba3d1c

Please sign in to comment.