Skip to content

Commit 309c4d7

Browse files
committed
Removed the redis_connection.set from collection_endpoints
1 parent 9b3b953 commit 309c4d7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

hydra_agent/collections_endpoint.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ def collectionobjects(
127127
member[endpoint["@type"]] = str(endpoint["@id"])
128128
node_properties["property_value"] = str(member)
129129
member["type"] = str(endpoint["@type"])
130-
redis_connection.set((endpoint["@id"]), (member))
131130
self.faceted_indexing(
132131
endpoint["@id"], redis_connection, member)
133132
node_properties["properties"] = str(supported_property_list)

0 commit comments

Comments
 (0)