chore: Fix build issue

This commit is contained in:
Sidharth Vinod
2024-08-22 15:00:53 +05:30
parent 47ac57be69
commit 0a0546e241
2 changed files with 3 additions and 0 deletions

View File

@@ -376,6 +376,7 @@ export const render = async (
// calculate start and end points of the edge, note that the source and target
// can be modified for shapes that have ports
// @ts-ignore TODO: fix this
const { source, target, sourceId, targetId } = getEdgeStartEndPoint(edge, dir);
log.debug('abc78 source and target', source, target);
// Add the edge to the graph