diff --git a/server/handlers/helpers.ts b/server/handlers/helpers.ts index 500279173..adc580b42 100644 --- a/server/handlers/helpers.ts +++ b/server/handlers/helpers.ts @@ -12,6 +12,7 @@ export const ip: Handler = (req, res, next) => { return next(); }; +// eslint-disable-next-line export const error: ErrorRequestHandler = (error, _req, res, _next) => { logger.error(error);