Skip to content

Commit

Permalink
Update dds_web/api/project.py
Browse files Browse the repository at this point in the history
Co-authored-by: Valentin Georgiev <[email protected]>
  • Loading branch information
rv0lt and valyo authored Nov 13, 2024
1 parent 924981e commit 438082a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dds_web/api/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,6 @@ def get(self):
"""Get private key from database."""
# Verify project ID and access
project = project_schemas.ProjectRequiredSchema().load(flask.request.args)
dds_web.utils.verify_project_user_key(project=project)
flask.current_app.logger.debug("Getting the private key.")

return flask.jsonify(
Expand Down

0 comments on commit 438082a

Please sign in to comment.