Skip to content

Commit 9425466

Browse files
committed
fixed '@ocwg/node/ports' being duplicated
1 parent db4aa2f commit 9425466

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/app-canvas/src/app/exporters/export-ocwg.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ export class OCWGExporter extends BaseExporter<OCWGFile, OCWGInfo> {
9797
}
9898
if (
9999
d.type !== nodeInfoPropertyName &&
100-
d.type !== connectionNodeInfoPropertyName
100+
d.type !== connectionNodeInfoPropertyName &&
101+
d.type !== '@ocwg/node/ports'
101102
) {
102103
codeFlowCanvasNode.data.push(d);
103104
}

0 commit comments

Comments
 (0)