remove unused query parameter

This commit is contained in:
DavIvek 2025-07-14 16:25:58 +02:00
parent 9beb2456ec
commit 2914b21b34

View file

@ -842,7 +842,6 @@ class MemgraphStorage(BaseGraphStorage):
subgraph_query, subgraph_query,
{ {
"entity_id": node_label, "entity_id": node_label,
"max_depth": max_depth,
"max_nodes": max_nodes, "max_nodes": max_nodes,
}, },
) )