Skip to content

Commit 373e257

Browse files
committed
feat(logger): update bad import
1 parent 143d2b4 commit 373e257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

identity/src/serverUtils/errorHandlerMiddleware.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Request, Response } from "express";
22
import { ApiError } from "./apiError.js";
3-
import { logger } from "./logger.js";
3+
import { logger } from "../logger.js";
44
// Middleware to handle errors
55
// Must define 4 params for express to recognize this as an error handler
66
export const errorHandlerMiddleware = (err: Error, _req: Request, res: Response, _next: unknown) => {

0 commit comments

Comments
 (0)