From aab4e7ca2a494ef48d01effbdb1d6afb340fa96e Mon Sep 17 00:00:00 2001 From: David Arranz Date: Thu, 20 Feb 2025 18:26:01 +0100 Subject: [PATCH] . --- helpers/mail.helper.js | 1 + 1 file changed, 1 insertion(+) diff --git a/helpers/mail.helper.js b/helpers/mail.helper.js index 3a60fee..f5db5ed 100644 --- a/helpers/mail.helper.js +++ b/helpers/mail.helper.js @@ -35,6 +35,7 @@ function sendTicket(header, values) { }, ],*/ }; + console.log('>>>>>>>>>>>>>>>>>>><>>', body); return sendinblueHelper.sendEmailTransactional(header, body); }