fix: Build errors
This commit is contained in:
parent
8f5b625cc3
commit
cb82a1afa7
3 changed files with 6 additions and 6 deletions
|
@ -91,7 +91,7 @@ export interface FilteredLearningObject {
|
|||
htmlUrl: string;
|
||||
language: Language;
|
||||
difficulty: number;
|
||||
estimatedTime: number;
|
||||
estimatedTime?: number;
|
||||
available: boolean;
|
||||
teacherExclusive: boolean;
|
||||
educationalGoals: EducationalGoal[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue