From 4003101c70f2ba3e615b9a6f3a455ca75b3a27a3 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Fri, 30 Dec 2022 00:54:15 +0100 Subject: [PATCH] chore(core): cleanup unused vars Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- .../core/src/components/ConnectionLine/ConnectionLine.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/core/src/components/ConnectionLine/ConnectionLine.vue b/packages/core/src/components/ConnectionLine/ConnectionLine.vue index b5866590..53d572ca 100644 --- a/packages/core/src/components/ConnectionLine/ConnectionLine.vue +++ b/packages/core/src/components/ConnectionLine/ConnectionLine.vue @@ -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 =