We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d473e96 commit 7ad93e7Copy full SHA for 7ad93e7
FU.API/FU.API/Hubs/ChatHub.cs
@@ -16,7 +16,7 @@ public class ChatHub : Hub
16
/// <summary>
17
/// List of the connected users names.
18
/// </summary>
19
- public static readonly List<string> ConnectedUsers = new();
+ public static readonly List<string> ConnectedUsers = new ();
20
21
22
/// The app db context.
0 commit comments