typo
This commit is contained in:
+1
-1
@@ -2180,7 +2180,7 @@ def build_indexes():
|
||||
# Type definitions
|
||||
graph.add_node(node_id, **base_attrs, type=node_type,
|
||||
extends=m.get("extends"),
|
||||
implements=m.get("implements", []),¬
|
||||
implements=m.get("implements", []),
|
||||
fields=m.get("fields", []), # Store fields as metadata, not separate nodes
|
||||
variants=m.get("variants", [])) # For enums
|
||||
|
||||
|
||||
Reference in New Issue
Block a user