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) {