Fix null ApprovedOn date crashing server

dhcp-server
Pat Hartl 2023-08-14 20:36:39 -05:00
parent 934ffd19b8
commit 93c269af6f
1 changed files with 1 additions and 1 deletions

View File

@ -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()
{