Skip to content

Commit

Permalink
fix: add original_data to global types
Browse files Browse the repository at this point in the history
  • Loading branch information
boosterl committed Sep 3, 2024
1 parent 0880fb5 commit 6f62b42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/elody/policies/tenant_id_resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def __init__(self) -> None:
# TODO Mediafile should have a link to an asset
"mediafile",
"savedSearch",
"original_data",
]

def _get_tenant_id_from_entity(self, entity_id):
Expand Down

0 comments on commit 6f62b42

Please sign in to comment.