Skip to content

Commit 17d0b0d

Browse files
authored
missed one
1 parent 76a898d commit 17d0b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

errors/ErrorHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {NotFoundError} from "./NotFoundError";
55
import {DatabaseError as SequelizeError, ValidationError as SequelizeValidationError} from "sequelize";
66
import {InternalServerError} from "./InternalServerError";
77
import {ValidationError} from "./ValidationError";
8-
import {logger} from "../logger";
8+
import {logger} from "../lib/logger";
99

1010
export function errorHandler(error, req, res, next) {
1111

0 commit comments

Comments
 (0)