From 5d17ed830b8256028b2f93dc434b59c130519781 Mon Sep 17 00:00:00 2001 From: Vikhyath Mondreti Date: Fri, 27 Jun 2025 20:02:25 -0700 Subject: [PATCH] fix lint" --- apps/sim/contexts/socket-context.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/sim/contexts/socket-context.tsx b/apps/sim/contexts/socket-context.tsx index c98d172828..914496982f 100644 --- a/apps/sim/contexts/socket-context.tsx +++ b/apps/sim/contexts/socket-context.tsx @@ -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) {