Skip to content

Commit ed4945e

Browse files
author
Jawher Kallel
committed
update change test
1 parent 878ebd5 commit ed4945e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/mailer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
const sgMail = require('@sendgrid/mail');
22

3-
// Initialize SendGrid with your API key
43
sgMail.setApiKey(process.env.SENDGRID_API_KEY);
54

65
const sendEmail = async ({ to, subject, text, html }) => {

0 commit comments

Comments
 (0)