This commit is contained in:
anhefti 2021-07-08 13:50:53 +02:00
parent 181fb6d95e
commit e42336aa6a

View file

@ -398,9 +398,6 @@ public class RemoteProctoringRoomDAOImpl implements RemoteProctoringRoomDAO {
record.getId(),
RemoteProctoringRoom.ATTR_IS_OPEN)
.map(rec -> rec.getValue())
.onError(error -> log.error("Failed to get open flag for proctoring room: {} : {}",
record.getName(),
error.getMessage()))
.getOrElse(() -> Constants.FALSE_STRING));
}
}