Skip to content

Commit efba58a

Browse files
authored
fix: users still get updated email when reassign event after disabling standard emails (calcom#23906)
* fix: users still get updated email * Update yarn.lock * update
1 parent b3a28dc commit efba58a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

packages/features/ee/round-robin/roundRobinManualReassignment.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@ export const roundRobinManualReassignment = async ({
433433
// send email with event updates to attendees
434434
await sendRoundRobinUpdatedEmailsAndSMS({
435435
calEvent: evtWithoutCancellationReason,
436+
eventTypeMetadata: eventType?.metadata as EventTypeMetadata,
436437
});
437438
}
438439

packages/features/ee/round-robin/roundRobinReassignment.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,7 @@ export const roundRobinReassignment = async ({
483483
// send email with event updates to attendees
484484
await sendRoundRobinUpdatedEmailsAndSMS({
485485
calEvent: evtWithoutCancellationReason,
486+
eventTypeMetadata: eventType?.metadata as EventTypeMetadata,
486487
});
487488
}
488489

0 commit comments

Comments
 (0)