Merge remote-tracking branch 'origin/dev-1.2' into development
This commit is contained in:
commit
2a5054906a
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ public class ExamAdminServiceImpl implements ExamAdminService {
|
|||
.getOrThrow()
|
||||
.toString());
|
||||
|
||||
if (StringUtils.isNotBlank(proctoringServiceSettings.appKey)) {
|
||||
if (StringUtils.isNotBlank(proctoringServiceSettings.sdkKey)) {
|
||||
this.additionalAttributesDAO.saveAdditionalAttribute(
|
||||
EntityType.EXAM,
|
||||
examId,
|
||||
|
|
Loading…
Reference in a new issue