Skip to content

Commit

Permalink
Time
Browse files Browse the repository at this point in the history
fsoest committed Jan 11, 2025
1 parent d7ff0b7 commit e32bb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S1/waitinglists/views.py
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ def module_2_completion(user, fetch=False):

# Populate the result array
if quiz_id in completion_dict:
array[name] = [completion_dict[quiz_id].time, True]
array[name] = [completion_dict[quiz_id].date_completed, True]
else:
array[name] = [None, False]

0 comments on commit e32bb7e

Please sign in to comment.