Skip to content

Commit

Permalink
Do not try to verify proctoring application on the course page
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Vlasenko committed Jun 30, 2023
1 parent 94f7e8c commit bebbad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/OuterExamTimer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const ExamTimer = ({ courseId }) => {
submitExam={submitExam}
expireExamAttempt={expireExam}
pollExamAttempt={pollAttempt}
pingAttempt={pingAttempt}
pingAttempt={() => {}}
/>
)}
{apiErrorMsg && <ExamAPIError />}
Expand Down

0 comments on commit bebbad4

Please sign in to comment.