mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
data types are better
This commit is contained in:
@@ -52,6 +52,7 @@ public class StorageManagement
|
||||
{
|
||||
// var courses =
|
||||
planner.Course = await canvas.GetCourse(storedCourseId.Value);
|
||||
planner.Modules = await canvas.GetModules(planner.Course.Id);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user