feature/Reynolds-and-Reynolds-DMS-API-Integration - Add dealer id / merge fortellis

This commit is contained in:
Dave
2025-09-12 14:59:42 -04:00
parent 2fec9fd16e
commit 7c8260685e
37 changed files with 124 additions and 83 deletions

View File

@@ -325,7 +325,7 @@ const applySocketIO = async ({ server, app }) => {
});
// Legacy Socket Events
SetLegacyWebsocketHandlers(io)
SetLegacyWebsocketHandlers(io);
const api = {
pubClient,
@@ -390,7 +390,6 @@ const main = async () => {
const redisHelpers = applyRedisHelpers({ pubClient, app, logger });
const ioHelpers = applyIOHelpers({ app, redisHelpers, ioRedis, logger });
// Initialize Queues
await loadQueues({ pubClient: pubClient, logger, redisHelpers, ioRedis });