mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
ready to start building
This commit is contained in:
@@ -34,8 +34,7 @@ public class CourseMarkdownLoader
|
||||
LocalCourseSettings settings = await loadCourseSettings(courseDirectory);
|
||||
var modules = await loadCourseModules(courseDirectory);
|
||||
|
||||
return new()
|
||||
{
|
||||
return new() {
|
||||
Settings = settings,
|
||||
Modules = modules
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user