diff --git a/src/core/exception/exception.filter.ts b/src/core/exception/exception.filter.ts index 3c85a6b0ca..82bd6958b4 100644 --- a/src/core/exception/exception.filter.ts +++ b/src/core/exception/exception.filter.ts @@ -55,7 +55,7 @@ export class ExceptionFilter implements IExceptionFilter { throw new NormalizedException(normalized); } - await this.respondToHttp(normalized, args); + await this.respondToHttp(normalized, args); } private async respondToHttp(ex: ExceptionJson, args: ArgumentsHost) {