Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 8c9d5a5

Browse files
committed
Fix: make sure sid is set properly for call to flate
1 parent a3e1e38 commit 8c9d5a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bookserver/routers/assessment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ async def get_assessment_results(
9393
return make_json_response(
9494
status=status.HTTP_401_UNAUTHORIZED, detail="not an instructor"
9595
)
96+
request_data.sid = sid
9697

9798
row = await fetch_last_answer_table_entry(request_data)
9899
# mypy complains that ``row.id`` doesn't exist (true, but the return type wasn't exact and this does exist).

0 commit comments

Comments
 (0)