mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
i liked syncing more before i cared about order
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
lock_at = null,
|
||||
due_at = DateTime.Now,
|
||||
points_possible = 10,
|
||||
submission_types = new SubmissionType[] { SubmissionType.online_text_entry }
|
||||
submission_types = new string[] { SubmissionType.online_text_entry }
|
||||
};
|
||||
|
||||
if(planner.LocalCourse != null)
|
||||
|
||||
Reference in New Issue
Block a user