Fix null ApprovedOn date crashing server
This commit is contained in:
parent
934ffd19b8
commit
93c269af6f
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ namespace LANCommander.Data.Models
|
|||
public bool Approved { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public DateTime ApprovedOn { get; set; }
|
||||
public DateTime? ApprovedOn { get; set; }
|
||||
|
||||
public string GetGameSaveUploadPath()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue