Skip to content

Commit

Permalink
fix: contents type of StudentLessonContent
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexcited committed Feb 22, 2024
1 parent 26f645b commit 1f61dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/lessonResource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class StudentLessonResource {
public homeworkDate?: Date;
/** Color of the resource in HEX. */
public backgroundColor: string;
public contents: unknown[];
public contents: StudentLessonContent[];
public teacherNames: string[];
public groupNames: string[];

Expand Down

0 comments on commit 1f61dc6

Please sign in to comment.