Skip to content

Commit

Permalink
Add logger import to orderRouter (oops)
Browse files Browse the repository at this point in the history
  • Loading branch information
iftt-jonathan committed Dec 10, 2024
1 parent ff9aca7 commit de7ccd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/orderRouter.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const { Role, DB } = require("../database/database.js");
const { authRouter } = require("./authRouter.js");
const { asyncHandler, StatusCodeError } = require("../endpointHelper.js");
const metrics = require('../metrics.js');
const logger = require('../logger.js');

const orderRouter = express.Router();

Expand Down

0 comments on commit de7ccd6

Please sign in to comment.