mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 03:57:08 +00:00
fix: fixes accessiblity level
This commit is contained in:
parent
0266edda05
commit
93c7dbe812
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ namespace PepperDash.Core
|
|||
{
|
||||
public class DebugWebsocketSink : ILogEventSink
|
||||
{
|
||||
private WebSocketServer _wssv { get; private set; }
|
||||
private WebSocketServer _wssv;
|
||||
|
||||
private readonly IFormatProvider _formatProvider;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue