mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
width fix
This commit is contained in:
@@ -135,7 +135,6 @@ export async function updateOrCreateAssignmentFile({
|
||||
assignment: LocalAssignment;
|
||||
}) {
|
||||
assertValidFileName(assignmentName);
|
||||
}
|
||||
|
||||
const courseDirectory = await getCoursePathByName(courseName);
|
||||
const folder = path.join(courseDirectory, moduleName, "assignments");
|
||||
|
||||
Reference in New Issue
Block a user