Skip to content

Commit 8d63d56

Browse files
committed
fix: commit efb06e6 did not include this update to fully qualify imports.
Typescript update appears to have fixed a bug that allowed this to go undetected. The problem showed up as a build error and as a lint error. Signed-off-by: Chris. Webster <chris@webstech.net>
1 parent d2e5dea commit 8d63d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/send-mail.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { simpleParser, SimpleParserOptions } from "mailparser";
22
import { createTransport, SendMailOptions } from "nodemailer";
3-
import SMTPTransport from "nodemailer/lib/smtp-transport";
3+
import SMTPTransport from "nodemailer/lib/smtp-transport/index.js";
44
import rfc2047 from "rfc2047";
55

66
export interface IParsedMBox {

0 commit comments

Comments
 (0)