1
0

Fix logging stuff

This commit is contained in:
Julia Johannesen
2024-08-17 13:08:46 -04:00
parent 76bbc10aa1
commit 9c1c1e9f09
2 changed files with 1 additions and 2 deletions
@@ -34,7 +34,6 @@ export class StreamingApiServerService {
#wss: WebSocket.WebSocketServer;
#connections = new Map<WebSocket.WebSocket, number>();
#cleanConnectionsIntervalId: NodeJS.Timeout | null = null;
#logger: Logger;
constructor(
@Inject(DI.redisForSub)