Skip to content

Commit

Permalink
Add missing comma, woops
Browse files Browse the repository at this point in the history
  • Loading branch information
ArachisH committed Mar 22, 2024
1 parent 06913be commit e7c9f21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public sealed class ConnectionHandlerService : IConnectionHandlerService<PacketM
public ObservableCollection<HConnection<PacketMiddlemanService>> Connections { get; } = [];

public ConnectionHandlerService(ILogger<ConnectionHandlerService> logger,
IClientHandlerService clientHandler)
IClientHandlerService clientHandler,
PacketMiddlemanService packetMiddleman)
{
_logger = logger;
Expand Down

0 comments on commit e7c9f21

Please sign in to comment.