Skip to content

Commit deb055f

Browse files
committed
Remove linter warning
1 parent e9779a5 commit deb055f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ if (config.app.env === "development") {
2020
app.use("/docs", docsRouter);
2121
}
2222

23+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
2324
app.use((err: Error, req: Request, res: Response, next: NextFunction) => {
2425
if (err instanceof ValidationError) {
2526
return res.status(err.statusCode).json(err);

0 commit comments

Comments
 (0)