Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
fix order of arguments in push hierarchical attributes action
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed May 19, 2022
1 parent 45a2f57 commit 399a994
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def get_hier_values(
values_per_entity_id[entity_id][key] = None

values = query_custom_attributes(
session, all_ids_with_parents, hier_attr_ids, True
session, hier_attr_ids, all_ids_with_parents, True
)
for item in values:
entity_id = item["entity_id"]
Expand Down

0 comments on commit 399a994

Please sign in to comment.