render scheduled email instad of rescheduled email (#4722)

Co-authored-by: CarinaWolli <wollencarina@gmail.com>
pull/4657/head^2
Carina Wollendorfer 2022-09-27 21:48:35 +02:00 committed by GitHub
parent a6b16490c0
commit fca7087e7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ export default class AttendeeScheduledEmail extends BaseEmail {
name: this.calEvent.team?.name || this.calEvent.organizer.name, name: this.calEvent.team?.name || this.calEvent.organizer.name,
date: this.getFormattedDate(), date: this.getFormattedDate(),
})}`, })}`,
html: renderEmail("AttendeeRescheduledEmail", { html: renderEmail("AttendeeScheduledEmail", {
calEvent: this.calEvent, calEvent: this.calEvent,
attendee: this.attendee, attendee: this.attendee,
}), }),