mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-10 15:14:23 -05:00
fix(api): node edit
This commit is contained in:
@@ -380,6 +380,9 @@ def edit_node(
|
||||
flattened_data = flatten(node_data)
|
||||
properties.update(flattened_data)
|
||||
|
||||
# Remove sketch_id from properties to avoid conflict (it's passed separately for security)
|
||||
properties.pop("sketch_id", None)
|
||||
|
||||
# Update node using GraphRepository
|
||||
try:
|
||||
graph_repo = GraphRepository(neo4j_connection)
|
||||
|
||||
Reference in New Issue
Block a user