chore: remove 4SERIES compiler directive

This commit is contained in:
Andrew Welker
2025-03-25 10:21:17 -05:00
parent 8316ee22b6
commit f6f731b470
34 changed files with 53 additions and 223 deletions

View File

@@ -71,7 +71,7 @@ namespace PepperDash.Essentials
}
#if SERIES4
public class MessageToClients : IQueueMessage
{
private readonly MobileControlWebsocketServer _server;
@@ -146,5 +146,4 @@ namespace PepperDash.Essentials
#endregion
}
#endif
}