Skip to content

Commit

Permalink
change rror handleer for debugging purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
supalarry committed Oct 17, 2024
1 parent 1fe229f commit 03fbc0e
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(HttpException)
@Catch()
export class HttpExceptionFilter implements ExceptionFilter<HttpException> {
private readonly logger = new Logger("HttpExceptionFilter");

Expand Down

0 comments on commit 03fbc0e

Please sign in to comment.