Merge branch 'refs/heads/Feature/program-manager/signalR-notification'

# Conflicts:
#	ServiceHost/Program.cs
This commit is contained in:
2025-12-15 10:41:31 +03:30
9 changed files with 92 additions and 9 deletions

View File

@@ -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()),
};