Skip to content

Commit

Permalink
issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karthik-aot committed Jan 28, 2022
1 parent 4b472e4 commit 5fd7d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth-api/src/auth_api/resources/org_products.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def post(org_id):
@staticmethod
@TRACER.trace()
@cors.crossdomain(origin='*')
@_jwt.has_one_of_roles([Role.PUBLIC_USER.value, Role.STAFF_VIEW_ACCOUNTS])
@_jwt.has_one_of_roles([Role.PUBLIC_USER.value, Role.STAFF_VIEW_ACCOUNTS.value])
def get(org_id):
"""GET a new product subscription to the org using the request body."""
try:
Expand Down

0 comments on commit 5fd7d8c

Please sign in to comment.