From ed4945ed1c71b6b81b27c03c6c498b8578b922ba Mon Sep 17 00:00:00 2001 From: Jawher Kallel Date: Tue, 3 Jun 2025 08:38:56 +0100 Subject: [PATCH] update change test --- utils/mailer.js | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/mailer.js b/utils/mailer.js index c370485..d5542b6 100644 --- a/utils/mailer.js +++ b/utils/mailer.js @@ -1,6 +1,5 @@ const sgMail = require('@sendgrid/mail'); -// Initialize SendGrid with your API key sgMail.setApiKey(process.env.SENDGRID_API_KEY); const sendEmail = async ({ to, subject, text, html }) => {