Skip to content

Commit

Permalink
minor documentation but testing seems to be good
Browse files Browse the repository at this point in the history
  • Loading branch information
aldo committed Dec 12, 2024
1 parent fab9319 commit 6d75a6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BackEndFlask/Functions/teamBulkUpload.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ def __handle_student(student: TBUStudent, team_name: str, tainfo):
else:
set_inactive_status_of_user_to_active(user_course.user_course_id)

# Prevents duplicaition in the team user table.
if not does_team_user_exist(user_id, team_id):
create_team_user({
"team_id": team_id,
Expand Down

0 comments on commit 6d75a6c

Please sign in to comment.