bug fixes on user

This commit is contained in:
2026-03-20 09:32:17 -05:00
parent 85073c19d2
commit 751c8f21ab
5 changed files with 7 additions and 17 deletions

View File

@@ -4,7 +4,6 @@ import { promisify } from "node:util";
import type { Transporter } from "nodemailer";
import nodemailer from "nodemailer";
import type Mail from "nodemailer/lib/mailer/index.js";
import type { Address } from "nodemailer/lib/mailer/index.js";
import hbs from "nodemailer-express-handlebars";
import { returnFunc } from "./returnHelper.utils.js";
import { tryCatch } from "./trycatch.utils.js";