typo
This commit is contained in:
parent
f0c7bef9ab
commit
c7bca92369
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ public class ExamProctoringRoomServiceImpl implements ExamProctoringRoomService
|
||||||
.getActiveConnectionTokens(examId)
|
.getActiveConnectionTokens(examId)
|
||||||
.getOrThrow();
|
.getOrThrow();
|
||||||
|
|
||||||
// Send default settings to clients if fearture is enabled
|
// Send default settings to clients if feature is enabled
|
||||||
if (this.sendBroadcastReset) {
|
if (this.sendBroadcastReset) {
|
||||||
this.sendReconfigurationInstructions(
|
this.sendReconfigurationInstructions(
|
||||||
examId,
|
examId,
|
||||||
|
|
Loading…
Reference in a new issue