mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
overhauling logging to make it better
This commit is contained in:
@@ -143,7 +143,7 @@ public static partial class ModuleSyncronizationExtensions
|
||||
{
|
||||
var canvasAssignmentId =
|
||||
localQuiz.CanvasId
|
||||
?? throw new Exception("cannot create module item if assignment does not have canvas id");
|
||||
?? throw new Exception("cannot create module item if quiz does not have canvas id");
|
||||
await canvas.CreateModuleItem(
|
||||
canvasId,
|
||||
moduleCanvasId,
|
||||
|
||||
Reference in New Issue
Block a user