Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yanlow committed Jan 5, 2024
1 parent fb82588 commit 67c2752
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/email/mailer/mailer.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ const sendCertificate = transporter => async ({
const { html, text, subject } = messageTemplate(certificate);
const content = JSON.stringify(certificate);

// eslint-disable-next-line no-console
console.log("Email:", to);
// eslint-disable-next-line no-console
console.log("Certificate:", content);

return sendRawMail(transporter, {
Expand Down

0 comments on commit 67c2752

Please sign in to comment.