diff --git a/shared/common/src/models.rs b/shared/common/src/models.rs index 9cafeb9..36933af 100644 --- a/shared/common/src/models.rs +++ b/shared/common/src/models.rs @@ -83,8 +83,6 @@ pub struct Lesson { pub due_date: Option>, pub important_date_type: Option, // "exam", "assignment", "milestone", etc. pub transcription_status: Option, - pub video_generation_status: Option, - pub video_generation_error: Option, pub is_previewable: bool, pub created_at: DateTime, }