fix bug manageeamil

This commit is contained in:
philc 2025-03-10 19:14:09 +01:00
parent 731d129639
commit 609a03e255

View File

@ -83,7 +83,7 @@ router.post(
);*/ );*/
let sendret; let sendret;
if (req.body.emailsto && req.body.emailsto.length > 0) { if (req.body.emailsto && req.body.emailsto.length > 0) {
const sendcampain = Notifications.manageeamil( const sendcampain = Notifications.manageemail(
req.body.emailsto, req.body.emailsto,
req.params.template, req.params.template,
req.params.tribe, req.params.tribe,