Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
Krrupa committed Dec 19, 2023
1 parent 5f2f4a3 commit dcbca3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/router/form.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ async def get_student_fields(request: Request):
# get enrollment data for the student
enrollment_record_data = enrollment_record.get_enrollment_record(
build_request(query_params={"student_id": student_data["id"]})
)

)[0]
print(enrollment_record_data)
# get exam data for the student
student_exam_record_data = student_exam_record.get_student_exam_record(
build_request(query_params={"student_id": student_data["id"]})
Expand Down

0 comments on commit dcbca3f

Please sign in to comment.