Skip to content

Commit

Permalink
feat: Update release version for JS Worker log
Browse files Browse the repository at this point in the history
  • Loading branch information
ilee2u committed Feb 21, 2025
1 parent 7a8ad08 commit 93ec060
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const DownloadSoftwareProctoredExamInstructions = ({ intl, skipProctoredExam })
if (data.status === ExamStatus.READY_TO_START) {
setSystemCheckStatus('success');
} else {
// TODO: This call circumvents the thunk for startProctoringSoftwareDownload
// TODO: This call will circumvent the thunk for startProctoringSoftwareDownload
// which is a bit odd and would handle useLegacyAttempt for us.
// There's an opportunity to refactor and clean this up a bit.
softwareDownloadAttempt(attemptId, useLegacyAttemptApi);
Expand Down

0 comments on commit 93ec060

Please sign in to comment.