diff --git a/src/listener.ts b/src/listener.ts index 92f2716..2f266d6 100644 --- a/src/listener.ts +++ b/src/listener.ts @@ -47,7 +47,7 @@ const handleResponseError = (e: unknown, outgoing: ServerResponse | Http2ServerR const responseViaCache = ( res: Response, outgoing: ServerResponse | Http2ServerResponse -): undefined | Promise => { +): undefined | Promise => { // eslint-disable-next-line @typescript-eslint/no-explicit-any const [status, body, header] = (res as any)[cacheKey] if (typeof body === 'string') {