mirror of
https://github.com/Xevion/banner.git
synced 2025-12-06 01:14:22 -06:00
fix: credit_hour_session is optional
This commit is contained in:
@@ -63,7 +63,7 @@ pub struct MeetingTime {
|
||||
pub campus: Option<String>, // campus code, e.g 11
|
||||
pub campus_description: Option<String>, // 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<f64>, // 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
|
||||
|
||||
Reference in New Issue
Block a user