fix: lint

This commit is contained in:
Gabriellvl 2025-04-15 17:36:13 +02:00
parent ef04f6c7af
commit d84e6b485e
3 changed files with 3 additions and 3 deletions

View file

@ -12,5 +12,5 @@ export interface TeacherInvitationData {
sender: string;
receiver: string;
class: string;
accepted?: boolean; // use for put requests, else skip
accepted?: boolean; // Use for put requests, else skip
}