Skip to content

Commit

Permalink
Update api_v1.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sherlockwisdom authored Oct 20, 2023
1 parent 15a9dbe commit 2607fd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,10 +348,12 @@ def project_endpoint():

differences = set(reference).difference(allowed_chars)

"""
if differences:
message = f"Reference can only contain letters and numbers not {differences}"
logger.error(message)
raise BadRequest(message)
"""

created_project = project.create_project(
friendly_name=friendly_name,
Expand Down

0 comments on commit 2607fd7

Please sign in to comment.