Skip to content

Commit

Permalink
verification: Commit direct upload switch to the database
Browse files Browse the repository at this point in the history
  • Loading branch information
barthalion committed Jan 29, 2024
1 parent dd4de37 commit 7f956c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/app/verification.py
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,7 @@ def switch_to_direct_upload(
if is_verified and not is_direct_upload:
_create_direct_upload_app(login.user, app_id)
_archive_github_repo(app_id)
sqldb.session.commit()


@router.post("/{app_id}/archive", status_code=204, tags=["verification"])
Expand Down

0 comments on commit 7f956c8

Please sign in to comment.