feature/IO-2967-Better-Refetch-Handling - match broadcast room name to match redis naming convention

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-09-27 15:00:25 -04:00
parent d705f8211e
commit 9b997d0924

View File

@@ -1,5 +1,5 @@
const applyIOHelpers = (app, api, io, logger) => {
const getBodyshopRoom = (bodyshopID) => `broadcast-room-${bodyshopID}`;
const getBodyshopRoom = (bodyshopID) => `bodyshop-broadcast-room:${bodyshopID}`;
const ioHelpersAPI = {
getBodyshopRoom