[#4] fixed duplication when managing attendance

This commit is contained in:
Camille Moussu
2025-08-01 15:24:07 +02:00
parent 38dfb49dc8
commit a71d1f12fb
3 changed files with 15 additions and 12 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ export interface userOrganiser {
}
export interface userAttendee {
cn: string;
cn?: string;
cal_address: string;
partstat: string;
rsvp: string;