diff --git a/apps/api/v2/src/filters/http-exception.filter.ts b/apps/api/v2/src/filters/http-exception.filter.ts index cbae7e07e91d0f..2aa35ba002c67a 100644 --- a/apps/api/v2/src/filters/http-exception.filter.ts +++ b/apps/api/v2/src/filters/http-exception.filter.ts @@ -4,7 +4,7 @@ import { Request } from "express"; import { ERROR_STATUS } from "@calcom/platform-constants"; import { Response } from "@calcom/platform-types"; -@Catch() +@Catch(HttpException) export class HttpExceptionFilter implements ExceptionFilter { private readonly logger = new Logger("HttpExceptionFilter");