Skip to content

Commit

Permalink
remove: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tejaskh3 committed Oct 12, 2024
1 parent e472233 commit 7a6c4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middlewares/devFlag.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { NextFunction, Request, Response } from "express";
import { CustomRequest, CustomResponse } from "../types/global"; // Assuming these types extend the default ones
import { CustomRequest, CustomResponse } from "../types/global";

export const devFlagMiddleware = (req: CustomRequest, res: CustomResponse, next: NextFunction) => {
try {
Expand Down

0 comments on commit 7a6c4ff

Please sign in to comment.