mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 03:56:59 +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: {
|
subject: {
|
||||||
id: number;
|
id: number;
|
||||||
name: string;
|
name: string;
|
||||||
};
|
} | null;
|
||||||
} | null;
|
} | null;
|
||||||
lesson_pupil_behaviour: {
|
lesson_pupil_behaviour: {
|
||||||
reason: string;
|
reason: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue