This commit is contained in:
Jamie Rees 2019-04-23 15:26:34 +01:00
parent 7514881bd8
commit 2dd5c27ea3
3 changed files with 16 additions and 2 deletions

View file

@ -68,6 +68,6 @@ namespace Ombi.Hubs
public class HubUsers
{
public string UserId { get; set; }
public IList<string> Roles { get; set; }
public IList<string> Roles { get; set; } = new List<string>();
}
}