when creating assignments, verify the classroom url can be swapped

This commit is contained in:
2025-08-29 11:05:50 -06:00
parent 5f408749e4
commit 523a05d45e
3 changed files with 20 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ export const canvasAssignmentService = {
{
source: "insert_github_classroom_url",
destination: localAssignment.githubClassroomAssignmentShareLink || "",
strict: true,
},
],
});
@@ -93,6 +94,7 @@ export const canvasAssignmentService = {
source: "insert_github_classroom_url",
destination:
localAssignment.githubClassroomAssignmentShareLink || "",
strict: true,
},
],
}),