mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
fix lint"
This commit is contained in:
@@ -355,7 +355,9 @@ export function SocketProvider({ children, user }: SocketProviderProps) {
|
||||
// If we're already in the correct workflow room, no need to switch
|
||||
if (currentWorkflowId === urlWorkflowId) return
|
||||
|
||||
logger.info(`URL workflow changed from ${currentWorkflowId} to ${urlWorkflowId}, switching rooms`)
|
||||
logger.info(
|
||||
`URL workflow changed from ${currentWorkflowId} to ${urlWorkflowId}, switching rooms`
|
||||
)
|
||||
|
||||
// Leave current workflow first if we're in one
|
||||
if (currentWorkflowId) {
|
||||
|
||||
Reference in New Issue
Block a user