render scheduled email instad of rescheduled email (#4722)

Co-authored-by: CarinaWolli <wollencarina@gmail.com>
This commit is contained in:
Carina Wollendorfer
2022-09-27 20:48:35 +01:00
committed by GitHub
co-authored by CarinaWolli
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,
}),