Skip to content

Commit

Permalink
Remove unnecessary MANAGE_ORGANIZATIONS check
Browse files Browse the repository at this point in the history
  • Loading branch information
dlpzx committed Nov 21, 2023
1 parent 99512dd commit 9cc7bf6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ def query_organization_environments(session, uri, filter) -> Query:
return query

@staticmethod
@has_tenant_permission(permissions.MANAGE_ORGANIZATIONS)
@has_resource_permission(permissions.GET_ORGANIZATION)
def paginated_organization_environments(session, uri, data=None) -> dict:
return paginate(
Expand Down

0 comments on commit 9cc7bf6

Please sign in to comment.