From d718430afe01740d9258bc23116337641474f3ca Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Thu, 19 Mar 2020 11:14:03 -0400 Subject: [PATCH] . --- src/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.tsx b/src/index.tsx index 4eac227..8069225 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -59,6 +59,7 @@ export const emailServer = new SMTPServer({ const { entry } = Entry({ title: email.subject, author: email.from.text, + // FIXME: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/43234 / typeof email.html !== "boolean" => email.html !== false content: typeof email.html !== "boolean" ? email.html : email.textAsHtml }); for (const path of paths) {