diff --git a/backend/logistics/logistics.historicalInv.ts b/backend/logistics/logistics.utils.historicalInv.ts similarity index 100% rename from backend/logistics/logistics.historicalInv.ts rename to backend/logistics/logistics.utils.historicalInv.ts diff --git a/backend/server.ts b/backend/server.ts index 0f7f4ce..1b86555 100644 --- a/backend/server.ts +++ b/backend/server.ts @@ -8,7 +8,7 @@ import { dbCleanup } from "./db/dbCleanup.controller.js"; import { type Setting, settings } from "./db/schema/settings.schema.js"; import { connectGPSql } from "./gpSql/gpSqlConnection.controller.js"; import { createLogger } from "./logger/logger.controller.js"; -import { historicalSchedule } from "./logistics/logistics.historicalInv.js"; +import { historicalSchedule } from "./logistics/logistics.utils.historicalInv.js"; import { startNotifications } from "./notification/notification.controller.js"; import { sqlJobCleanUp } from "./notification/notification.SqlJobCleanUp.js"; import { createNotifications } from "./notification/notifications.master.js";