Skip to content

Commit

Permalink
removed 'own_attributes' from products getter
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Nov 21, 2024
1 parent 7d4647c commit 8d4d524
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ayon_api/entity_hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ def get_or_fetch_entity_by_id(
self.project_name,
entity_id,
fields=self._get_product_fields(),
own_attributes=True
)
elif entity_type == "version":
entity_data = self._connection.get_version_by_id(
Expand Down

0 comments on commit 8d4d524

Please sign in to comment.