feature/IO-2924-Refactor-Production-Board-For-Sockets - Checkpoint
Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
@@ -210,7 +210,8 @@ const applyRedisHelpers = (pubClient, app) => {
|
||||
getMultipleSessionData,
|
||||
setMultipleFromArraySessionData,
|
||||
addItemToEndOfList,
|
||||
addItemToBeginningOfList
|
||||
addItemToBeginningOfList,
|
||||
pubClient
|
||||
});
|
||||
|
||||
app.use((req, res, next) => {
|
||||
@@ -222,7 +223,8 @@ const applyRedisHelpers = (pubClient, app) => {
|
||||
getMultipleSessionData,
|
||||
setMultipleFromArraySessionData,
|
||||
addItemToEndOfList,
|
||||
addItemToBeginningOfList
|
||||
addItemToBeginningOfList,
|
||||
pubClient
|
||||
};
|
||||
next();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user