fix check

This commit is contained in:
anhefti 2022-08-16 11:27:55 +02:00
parent 75eae12dc0
commit cf2a978ad3

View file

@ -202,7 +202,7 @@ public class LmsAPITemplateAdapter implements LmsAPITemplate {
throw new RuntimeException("No course API Access: " + testCourseAccessAPI);
}
return testCourseAccessAPI;
});
}).getOrThrow();
}
@Override