From 7033ce96c0f07272a58e7e8a63d8556516d1afff Mon Sep 17 00:00:00 2001 From: King-Hin Leung Date: Mon, 16 Oct 2023 16:54:49 +0200 Subject: [PATCH] Update sync.controller.js --- order-syncer/src/controllers/sync.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/order-syncer/src/controllers/sync.controller.js b/order-syncer/src/controllers/sync.controller.js index d6260af..b082912 100644 --- a/order-syncer/src/controllers/sync.controller.js +++ b/order-syncer/src/controllers/sync.controller.js @@ -1,4 +1,4 @@ -import { logger } from '../utils/logger.utils.js'; +import { logger } from '../utils/logger.util.js'; export const syncHandler = async (request, response) => { try {