SEBSERV-227 fixed sdkKey override
This commit is contained in:
parent
6abfeb17a8
commit
88b2311e08
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ public class ExamAdminServiceImpl implements ExamAdminService {
|
||||||
.getOrThrow()
|
.getOrThrow()
|
||||||
.toString());
|
.toString());
|
||||||
|
|
||||||
if (StringUtils.isNotBlank(proctoringServiceSettings.appKey)) {
|
if (StringUtils.isNotBlank(proctoringServiceSettings.sdkKey)) {
|
||||||
this.additionalAttributesDAO.saveAdditionalAttribute(
|
this.additionalAttributesDAO.saveAdditionalAttribute(
|
||||||
EntityType.EXAM,
|
EntityType.EXAM,
|
||||||
examId,
|
examId,
|
||||||
|
|
Loading…
Reference in a new issue