We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc3d140 commit afc3fb5Copy full SHA for afc3fb5
src/handlers/HttpExceptionHandler.ts
@@ -67,6 +67,7 @@ export class HttpExceptionHandler extends ExceptionHandler {
67
68
response.status(body.statusCode).send(body)
69
70
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
71
// @ts-ignore
72
await super.handle({ error, response })
73
0 commit comments