Skip to content

Commit

Permalink
fix: update Lesson
Browse files Browse the repository at this point in the history
  • Loading branch information
maelgangloff committed Nov 2, 2023
1 parent 2c7d925 commit fac28c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/models/Calendar/HomeworkAssignment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export interface HomeworkAssignment {
subject?: Subject
attachments?: Attachment[]
teacher?: User
submissionAllowed: null | any
submissionAllowed: boolean | null
}

/*
Expand Down
2 changes: 1 addition & 1 deletion src/models/Calendar/Lesson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface Lesson {
anyHomeworkToDoForTheLesson: boolean
anyHomeworkToDoAfterTheLesson: boolean
anyContent: boolean
locationComplement: any
locationComplement: string | null
canceled: boolean
contents?: Array<{
id: string
Expand Down

0 comments on commit fac28c2

Please sign in to comment.