Skip to content

Commit

Permalink
fix: user role doesn't need a tenant
Browse files Browse the repository at this point in the history
  • Loading branch information
Delsin Van Grembergen committed Sep 11, 2024
1 parent 4674a8b commit bfb85bb
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 @@ -81,6 +81,7 @@ def __init__(self) -> None:
"mediafile",
"savedSearch",
"original_data",
"user",
]

def _get_tenant_id_from_entity(self, entity_id):
Expand Down

0 comments on commit bfb85bb

Please sign in to comment.