refactor/generate-ics-event
Joe Au-Yeung 2023-10-31 13:30:25 -04:00
parent 8ef5e6f256
commit 30bd23406a
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ export default class AttendeeCancelledEmail extends AttendeeScheduledEmail {
content: generateIcsString({
event: this.calEvent,
t: this.t,
role: "organizer",
role: "attendee",
bookingAction: BookingAction.Cancel,
}),
method: "REQUEST",