Skip to content

Commit

Permalink
fix participant matching
Browse files Browse the repository at this point in the history
  • Loading branch information
bosiraphael committed Aug 20, 2024
1 parent c78e768 commit ab64dab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export class CalendarEventParticipantService {

await this.matchParticipantService.matchParticipants(
savedParticipants,
'messageParticipant',
'calendarEventParticipant',
transactionManager,
);
}
Expand Down

0 comments on commit ab64dab

Please sign in to comment.