From 13e94921bd7942628a246f8c613cd898c45d9280 Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Mon, 26 Feb 2024 12:10:46 +0000 Subject: fix: remove unused imports --- src/lib/email.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/email.ts b/src/lib/email.ts index 8a215a9..9b8162b 100644 --- a/src/lib/email.ts +++ b/src/lib/email.ts @@ -1,6 +1,6 @@ import { Request } from "express"; import sgMail from "@sendgrid/mail"; -import nodemailer, { TransportOptions } from "nodemailer"; +import nodemailer from "nodemailer"; import { getConfig } from "./config.js"; import SMTPTransport from "nodemailer/lib/smtp-transport/index.js"; import { exitWithError } from "./process.js"; -- cgit v1.2.3