Skip to content

Commit

Permalink
Revert "change rror handleer for debugging purposes"
Browse files Browse the repository at this point in the history
This reverts commit 03fbc0e.
  • Loading branch information
supalarry committed Oct 17, 2024
1 parent 03fbc0e commit a3cf641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/v2/src/filters/http-exception.filter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<HttpException> {
private readonly logger = new Logger("HttpExceptionFilter");

Expand Down

0 comments on commit a3cf641

Please sign in to comment.