feature/IO-3357-Reynolds-and-Reynolds-DMS-API-Integration -Checkpoint
This commit is contained in:
@@ -2,7 +2,7 @@ const { admin } = require("../firebase/firebase-handler");
|
||||
const FortellisLogger = require("../fortellis/fortellis-logger");
|
||||
const { FortellisJobExport, FortellisSelectedCustomer } = require("../fortellis/fortellis");
|
||||
const CdkCalculateAllocations = require("../cdk/cdk-calculate-allocations").default;
|
||||
const registerRREvents = require("./rr-register-socket-events");
|
||||
const registerRREvents = require("../rr/rr-register-socket-events");
|
||||
|
||||
const redisSocketEvents = ({ io, redisHelpers, ioHelpers, logger }) => {
|
||||
// Destructure helpers locally, but keep full objects available for downstream modules
|
||||
|
||||
Reference in New Issue
Block a user