Skip to content

Commit

Permalink
fix: fixes accessiblity level
Browse files Browse the repository at this point in the history
  • Loading branch information
ndorin committed Nov 7, 2023
1 parent 0266edd commit 93c7dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pepperdash Core/Logging/DebugWebsocketSink.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace PepperDash.Core
{
public class DebugWebsocketSink : ILogEventSink
{
private WebSocketServer _wssv { get; private set; }
private WebSocketServer _wssv;

private readonly IFormatProvider _formatProvider;

Expand Down

0 comments on commit 93c7dbe

Please sign in to comment.