chore(core): cleanup unused vars

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-30 01:06:52 +01:00
committed by Braks
parent 249250e7af
commit 4003101c70
@@ -3,9 +3,7 @@ import type { GraphNode } from '../../types'
import { ConnectionLineType, ConnectionMode, Position } from '../../types'
import { getMarkerId } from '../../utils/graph'
const { sourceNode } = defineProps<{
sourceNode: GraphNode
}>()
const { sourceNode } = defineProps<{ sourceNode: GraphNode }>()
const {
getNodes,
@@ -23,7 +21,6 @@ const slots = inject(Slots)?.['connection-line']
const hasSlot = slots?.({})
const handleId = connectionStartHandle!.handleId
const nodeId = connectionStartHandle!.nodeId
const type = connectionStartHandle!.type
const sourceHandle =