Skip to content

Commit

Permalink
βœ” Fix Some πŸ’©
Browse files Browse the repository at this point in the history
  • Loading branch information
bifeldy committed Jun 12, 2022
1 parent c48a354 commit 5468044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/filters/http-exception.filter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class HttpExceptionFilter implements ExceptionFilter {

catch(exception: HttpException, host: ArgumentsHost) {
const ctx = host.switchToHttp();
const req = ctx.getResponse<Request>();
const req = ctx.getRequest<Request>();
const res = ctx.getResponse<Response>();

const statusCode = exception.getStatus();
Expand Down

0 comments on commit 5468044

Please sign in to comment.