Skip to content

Commit 5d17ed8

Browse files
Vikhyath MondretiVikhyath Mondreti
authored andcommitted
fix lint"
1 parent 2a7b4da commit 5d17ed8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/sim/contexts/socket-context.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,9 @@ export function SocketProvider({ children, user }: SocketProviderProps) {
355355
// If we're already in the correct workflow room, no need to switch
356356
if (currentWorkflowId === urlWorkflowId) return
357357

358-
logger.info(`URL workflow changed from ${currentWorkflowId} to ${urlWorkflowId}, switching rooms`)
358+
logger.info(
359+
`URL workflow changed from ${currentWorkflowId} to ${urlWorkflowId}, switching rooms`
360+
)
359361

360362
// Leave current workflow first if we're in one
361363
if (currentWorkflowId) {

0 commit comments

Comments
 (0)