remove async updates (old functionality)

This commit is contained in:
StarAppeal
2025-09-20 23:10:14 +02:00
parent 6f7dc961f6
commit cd38892d65
5 changed files with 2 additions and 8 deletions
@@ -77,7 +77,6 @@ describe("WebsocketEventHandler", () => {
it("should handle disconnect with no async updates", () => {
const mockCallback = vi.fn();
mockWebSocket.asyncUpdates = new Map();
const clearIntervalSpy = vi.spyOn(global, "clearInterval");
websocketEventHandler.enableDisconnectEvent(mockCallback);