We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e6a806 commit 0aeb860Copy full SHA for 0aeb860
api/main.py
@@ -622,6 +622,7 @@ async def put_nodes(
622
nodes.node.id = ObjectId(node_id)
623
await _set_node_ownership_recursively(user, nodes)
624
obj_list = await db.create_hierarchy(nodes, Node)
625
+ print(f"[PUT nodes/{node_id}] hierarchy: {nodes}")
626
data = _get_node_event_data('updated', obj_list[0])
627
attributes = {}
628
if data.get('owner', None):
0 commit comments