Skip to content

Commit

Permalink
fix: string format
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharis278 committed Aug 7, 2023
1 parent e3f3221 commit 568abf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export async function pollExamAttempt(pollUrl, sequenceId) {
} else {
// sites configured with only edx-proctoring must have pollUrl set
// sites configured with edx-exams expect sequenceId if pollUrl is not set
logError('pollExamAttempt recieved unexpected parameters pollUrl=${pollUrl} sequenceId=${sequenceId}');
logError(`pollExamAttempt recieved unexpected parameters pollUrl=${pollUrl} sequenceId=${sequenceId}`);
}
return data;
}
Expand Down

0 comments on commit 568abf7

Please sign in to comment.