Skip to content

Commit

Permalink
no TODO to please codefactor
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Jun 14, 2024
1 parent 42b6b46 commit 7999b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api/routes/archives.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ async def request_archive(
detail="Project is not ready (Archive config missing mandatory metadata)",
)

# TODO: this should guard the creation of Archive instead
# this should guard the creation of Archive instead !!
if not project.expire_on:
raise HTTPException(
status_code=HTTPStatus.CONFLICT,
Expand Down

0 comments on commit 7999b2e

Please sign in to comment.