diff --git a/src/banner/models/meetings.rs b/src/banner/models/meetings.rs index 7ed1424..c7ed3b1 100644 --- a/src/banner/models/meetings.rs +++ b/src/banner/models/meetings.rs @@ -63,7 +63,7 @@ pub struct MeetingTime { pub campus: Option, // campus code, e.g 11 pub campus_description: Option, // name of campus, e.g Main Campus pub course_reference_number: String, // CRN, e.g 27294 - pub credit_hour_session: f64, // e.g. 30 + pub credit_hour_session: Option, // e.g. 30 pub hours_week: f64, // e.g. 30 pub meeting_schedule_type: String, // e.g AFF pub meeting_type: String, // e.g HB, H2, H1, OS, OA, OH, ID, FF