diff --git a/understand-anything-plugin/packages/core/src/analyzer/graph-builder.ts b/understand-anything-plugin/packages/core/src/analyzer/graph-builder.ts index e2dd645..8aa73b1 100644 --- a/understand-anything-plugin/packages/core/src/analyzer/graph-builder.ts +++ b/understand-anything-plugin/packages/core/src/analyzer/graph-builder.ts @@ -412,8 +412,8 @@ export class GraphBuilder { analyzedAt: new Date().toISOString(), gitCommitHash: this.gitHash, }, - nodes: this.nodes, - edges: this.edges, + nodes: [...this.nodes], + edges: [...this.edges], layers: [], tour: [], };