From 1b165ee0cf9c5e7b7f323a18617aa3cdcf5451a0 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Tue, 10 Nov 2020 00:30:40 +0100 Subject: [PATCH] fix another ts build error --- helpers/mail.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/mail.ts b/helpers/mail.ts index 886468a..abd2214 100644 --- a/helpers/mail.ts +++ b/helpers/mail.ts @@ -169,7 +169,7 @@ async function sendMail({ from: { email: string; name?: string } subject: string textPlainContent: string - attachments: { + attachments?: { content: string type?: string filename: string