SEBSERV-227 fixed sdkKey override

This commit is contained in:
anhefti 2021-08-25 15:44:55 +02:00
parent 6abfeb17a8
commit 88b2311e08

View file

@ -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,