Skip to content

Commit

Permalink
add: participant_team_id participant_team_id two fields to SQS message
Browse files Browse the repository at this point in the history
  • Loading branch information
meua committed Jan 12, 2024
1 parent 7bd8d01 commit 618ebee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/jobs/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,8 @@ def challenge_submission(request, challenge_id, challenge_phase_id):
"challenge_pk": challenge_id,
"phase_pk": challenge_phase_id,
"is_static_dataset_code_upload_submission": False,
"participant_team_id": participant_team_id,
"participant_team_name": participant_team.team_name,
}
if challenge.is_docker_based:
try:
Expand Down

0 comments on commit 618ebee

Please sign in to comment.