mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-11 18:59:05 +00:00
fix: detention.lesson can be null
This commit is contained in:
parent
5e6db4124a
commit
f50b26b0c7
1 changed files with 1 additions and 1 deletions
|
|
@ -343,7 +343,7 @@ export interface Detention {
|
|||
subject: {
|
||||
id: number;
|
||||
name: string;
|
||||
};
|
||||
} | null;
|
||||
} | null;
|
||||
lesson_pupil_behaviour: {
|
||||
reason: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue