Skip to content

Commit afc3fb5

Browse files
committed
fix(handler): make a super call to handle method
1 parent cc3d140 commit afc3fb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/handlers/HttpExceptionHandler.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ export class HttpExceptionHandler extends ExceptionHandler {
6767

6868
response.status(body.statusCode).send(body)
6969

70+
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
7071
// @ts-ignore
7172
await super.handle({ error, response })
7273

0 commit comments

Comments
 (0)