1
0
Fork 0
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:
veloii 2024-05-27 22:47:22 +01:00
parent 5e6db4124a
commit f50b26b0c7
No known key found for this signature in database

View file

@ -343,7 +343,7 @@ export interface Detention {
subject: {
id: number;
name: string;
};
} | null;
} | null;
lesson_pupil_behaviour: {
reason: string;