minor styling

This commit is contained in:
Sriram Hariharan
2023-03-06 00:23:20 -06:00
parent 8b5fabce0c
commit 007ade81a0
4 changed files with 9 additions and 6 deletions

View File

@@ -74,6 +74,7 @@ export class Course {
constructor(course: Course | Serialized<Course>) {
Object.assign(this, course);
this.schedule = new CourseSchedule(course.schedule);
}
/**