Skip to content

Commit

Permalink
feat: Remove unused code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KShivendu committed Sep 8, 2023
1 parent 685e725 commit 0409930
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions supertokens_python/recipe/dashboard/api/api_key_protector.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ async def api_key_protector(
)
)
except DashboardOperationNotAllowedError as _:
# api_options.response.set_status_code(403)
# api_options.response.set_json_content({
# "message": "You are not permitted to perform this operation"
# })
# return None
return send_non_200_response_with_message(
json.dumps({"message": "You are not permitted to perform this operation"}),
403,
Expand Down

0 comments on commit 0409930

Please sign in to comment.