send email bug fixed

This commit is contained in:
unknown 2025-12-03 15:40:56 +05:30
parent 1410626697
commit 952730d598

View File

@ -1462,7 +1462,7 @@ exports.establishmentBulkUpload = async (req, res) => {
support_email: process.env.SUPPORT_EMAIL,
support_phone: process.env.SUPPORT_PHONE
};
// await sendEmailService(p.email, "establishment_user_creation_to_user", placeHolderData);
await sendEmailService(p.email, "establishment_user_creation_to_user", placeHolderData);
await EstablishmentProduct.bulkCreate(
p.productIds.map(pid => ({