From 3dadc6146ea8929debc3997e8ace8b67dad8f592 Mon Sep 17 00:00:00 2001 From: maxsibilla Date: Thu, 28 May 2026 15:31:06 -0400 Subject: [PATCH] Correcting schema_neo4j_queries.get_entity_collections call to only return UUID --- src/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.py b/src/app.py index 7c65656b..862a42d5 100644 --- a/src/app.py +++ b/src/app.py @@ -6940,7 +6940,7 @@ def delete_cache(id): # If the target entity is Datasets/Publication, delete the associated Collections cache, Upload cache collection_uuids = schema_neo4j_queries.get_entity_collections( - neo4j_driver_instance, entity_uuid, "uuid" + neo4j_driver_instance, entity_uuid, property_key="uuid" ) collection_dict = schema_neo4j_queries.get_publication_associated_collection( neo4j_driver_instance, entity_uuid