diff --git a/src/hub.ts b/src/hub.ts index 8a8ba78..25f85d9 100644 --- a/src/hub.ts +++ b/src/hub.ts @@ -3,6 +3,7 @@ import { URL } from 'url'; import EventSource from './eventsource'; interface Logger { + // eslint-disable-next-line @typescript-eslint/no-explicit-any error(message: string, ...parameters: any[]): void; }