ripped out lock at due date flag

This commit is contained in:
2023-11-15 11:54:04 -07:00
parent 2ac0449935
commit 0352378c42
7 changed files with 20 additions and 50 deletions

View File

@@ -62,7 +62,7 @@ public static class CoursePlannerExtensions
return assignment with
{
DueAt = dueAt,
LockAt = assignment.LockAtDueDate ? dueAt : lockAt
LockAt = lockAt
};
}
}