From 731d129639e8ec6c3761291412b81d27297d5f9f Mon Sep 17 00:00:00 2001 From: philc Date: Thu, 6 Mar 2025 10:30:20 +0100 Subject: [PATCH] modif template log to logstribe folder --- apxtri/models/Notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apxtri/models/Notifications.js b/apxtri/models/Notifications.js index 1b49899..b5a5930 100644 --- a/apxtri/models/Notifications.js +++ b/apxtri/models/Notifications.js @@ -462,7 +462,7 @@ Notifications.sendmail = async (data, tribe) => { data.subject ); */ - fs.outputFile(`../${tribe}/template/${data.templatename}_${data.lg}.html`, data.html); + fs.outputFile(`../${tribe}/logs/template/${data.templatename}_${data.lg}.html`, data.html); try { res = await transporter.sendMail(data);