render scheduled email instad of rescheduled email (#4722)
Co-authored-by: CarinaWolli <wollencarina@gmail.com>pull/4657/head^2
parent
a6b16490c0
commit
fca7087e7d
|
@ -71,7 +71,7 @@ export default class AttendeeScheduledEmail extends BaseEmail {
|
|||
name: this.calEvent.team?.name || this.calEvent.organizer.name,
|
||||
date: this.getFormattedDate(),
|
||||
})}`,
|
||||
html: renderEmail("AttendeeRescheduledEmail", {
|
||||
html: renderEmail("AttendeeScheduledEmail", {
|
||||
calEvent: this.calEvent,
|
||||
attendee: this.attendee,
|
||||
}),
|
||||
|
|
Loading…
Reference in New Issue