Skip to content

Commit f8cfdba

Browse files
Vikhyath MondretiVikhyath Mondreti
authored andcommitted
fix lint
1 parent 82d491d commit f8cfdba

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

apps/sim/contexts/socket-context.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ export function SocketProvider({ children, user }: SocketProviderProps) {
8585
const [currentWorkflowId, setCurrentWorkflowId] = useState<string | null>(null)
8686
const [presenceUsers, setPresenceUsers] = useState<PresenceUser[]>([])
8787

88-
89-
9088
// Use refs to store event handlers to avoid stale closures
9189
const eventHandlers = useRef<{
9290
workflowOperation?: (data: any) => void

0 commit comments

Comments
 (0)