From 949fcf88846cf567b83c5b23e3e1c4639467b8e9 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Tue, 13 Jul 2021 14:32:25 +0200 Subject: [PATCH] fixed amoount of line breaks (
) in new organizer email --- lib/emails/EventOrganizerMail.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/emails/EventOrganizerMail.ts b/lib/emails/EventOrganizerMail.ts index 48b5f078..9c60383c 100644 --- a/lib/emails/EventOrganizerMail.ts +++ b/lib/emails/EventOrganizerMail.ts @@ -66,13 +66,13 @@ export default class EventOrganizerMail extends EventMail { ${this.calEvent.attendees[0].email}

` + this.getAdditionalBody() + - "
" + `Invitee Time Zone:
${this.calEvent.attendees[0].timeZone}

Additional notes:
${this.calEvent.description} ` + + "
" + this.getAdditionalFooter() + `