Skip to content

Commit 886628c

Browse files
committed
remove comment
1 parent 489dca6 commit 886628c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/middleware/error.middleware.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ function errorMiddleware(
55
error: HttpError,
66
request: Request,
77
response: Response,
8-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
98
next: NextFunction
109
) {
1110
const status = error.status || 500;

0 commit comments

Comments
 (0)