bugs solved

This commit is contained in:
Eudes Inácio
2024-06-11 11:23:38 +01:00
parent 05bbbd0242
commit 26c68fa7a2
10 changed files with 181 additions and 113 deletions
@@ -67,8 +67,8 @@ export class EventMapper {
"DayOfWeek": null,
"Month": null,
"LastOccurrence": null,
"frequency": dto.eventRecurrence.frequency,
"until": dto.eventRecurrence.until
"frequency": dto.eventRecurrence?.frequency,
"until": dto.eventRecurrence?.until
},
"Attachments": dto.attachments.map( e => ({
"Id": e.id,