fix check
This commit is contained in:
parent
75eae12dc0
commit
cf2a978ad3
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ public class LmsAPITemplateAdapter implements LmsAPITemplate {
|
||||||
throw new RuntimeException("No course API Access: " + testCourseAccessAPI);
|
throw new RuntimeException("No course API Access: " + testCourseAccessAPI);
|
||||||
}
|
}
|
||||||
return testCourseAccessAPI;
|
return testCourseAccessAPI;
|
||||||
});
|
}).getOrThrow();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue