fix: small PR fixes workspace-sync-fields (#6107)

Small fixes of PR #6069
This commit is contained in:
Jérémy M
2024-07-03 19:19:37 +02:00
committed by GitHub
parent c2da7c4c6e
commit 921b311c65
2 changed files with 27 additions and 34 deletions

View File

@ -122,7 +122,7 @@ export class TimelineCalendarEventService {
return {
totalNumberOfCalendarEvents: total,
timelineCalendarEvents: timelineCalendarEvents,
timelineCalendarEvents,
};
}