fix: Linter warnings

This commit is contained in:
Joachim Van Herwegen
2021-11-05 15:59:28 +01:00
parent d317215e08
commit 9f0973b039
5 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
import { EventEmitter } from 'events';
import type WebSocket from 'ws';
import type { WebSocket } from 'ws';
import { getLoggerFor } from '../logging/LogUtil';
import type { HttpRequest } from '../server/HttpRequest';
import { WebSocketHandler } from '../server/WebSocketHandler';