send email bug fixed
This commit is contained in:
parent
1410626697
commit
952730d598
@ -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 => ({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user