Skip to content

Commit a584e95

Browse files
committed
chore(posthog): remove unused removedBlockTypes variable
1 parent c0fe910 commit a584e95

File tree

1 file changed

+0
-4
lines changed
  • apps/sim/stores/workflows/workflow

1 file changed

+0
-4
lines changed

apps/sim/stores/workflows/workflow/store.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -379,10 +379,6 @@ export const useWorkflowStore = create<WorkflowStore>()(
379379
}
380380
}
381381

382-
const removedBlockTypes = [...blocksToRemove]
383-
.map((id) => currentBlocks[id]?.type)
384-
.filter((t): t is string => typeof t === 'string')
385-
386382
set({
387383
blocks: newBlocks,
388384
edges: newEdges,

0 commit comments

Comments
 (0)