Commit b37d0351 authored by tarun2512's avatar tarun2512

fourth commit

parent da300265
......@@ -126,7 +126,7 @@ def push_lookups(folder_path, folder_name, prefix=None):
def fetch_hierarchy_details(project_id, node_id):
payload = {"project_id": project_id, "node_id": node_id, "fetch_path_names": True, "fetch_child": False}
payload = {"project_id": project_id, "node_id": node_id, "fetch_path_names": True, "fetch_child": None}
with httpx.Client() as client:
response = client.post(
url=hierarchy_service_url,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment