We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c253a70 + 17d0b0d commit 3f8fe00Copy full SHA for 3f8fe00
errors/ErrorHandler.ts
@@ -5,7 +5,7 @@ import {NotFoundError} from "./NotFoundError";
5
import {DatabaseError as SequelizeError, ValidationError as SequelizeValidationError} from "sequelize";
6
import {InternalServerError} from "./InternalServerError";
7
import {ValidationError} from "./ValidationError";
8
-import {logger} from "../logger";
+import {logger} from "../lib/logger";
9
10
export function errorHandler(error, req, res, next) {
11
0 commit comments