Merge branch 'refs/heads/Feature/program-manager/signalR-notification'
# Conflicts: # ServiceHost/Program.cs
This commit is contained in:
@@ -199,7 +199,7 @@ public class AuthHelper : IAuthHelper
|
||||
new("WorkshopSlug",slug),
|
||||
new("WorkshopId", account.WorkshopId.ToString()),
|
||||
new("WorkshopName",account.WorkshopName??""),
|
||||
new("pm.userId", account.PmUserId?.ToString() ?? "0"),
|
||||
new("pm.userId", account.PmUserId.ToString()),
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user