mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 17:22:54 -07:00
!build
This commit is contained in:
parent
7514881bd8
commit
2dd5c27ea3
3 changed files with 16 additions and 2 deletions
|
@ -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>();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue