Fix schema.

This commit is contained in:
Jared Goodwin 2020-03-25 07:51:38 -07:00
parent a3063d5974
commit a7e86736b0

View File

@ -24,6 +24,6 @@ namespace Remotely.Shared.Models
[JsonIgnore]
public RemotelyUser User { get; set; }
public RemotelyUser UserID { get; set; }
public string UserID { get; set; }
}
}