4320-notificationQueue #1087

Merged
alexm merged 15 commits from 4320-notificationQueue into dev 2022-10-28 06:06:04 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit aef47d46b1 - Show all commits

View File

@ -71,7 +71,8 @@ module.exports = Self => {
const newParams = Object.assign({}, queueParams, sendParams);
const email = new Email(queueName, newParams);
await email.send();
if (process.env.NODE_ENV != 'test')
await email.send();
await queue.updateAttribute('status', statusSent);
} catch (error) {