Skip to content

Commit

Permalink
fix: onlineDeliveryUrl is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
maelgangloff committed May 3, 2024
1 parent 4769009 commit 7d2795c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/Calendar/HomeworkAssignment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export interface HomeworkAssignment {
dueDate?: string | null
done: boolean
deliverWorkOnline?: boolean
onlineDeliveryUrl: null | string
onlineDeliveryUrl?: null | string
subject?: Subject
attachments?: Attachment[]
teacher?: User
Expand Down

0 comments on commit 7d2795c

Please sign in to comment.