fixed handling
This commit is contained in:
parent
6b84679d35
commit
6a37826822
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -73,7 +73,7 @@ socket.on('msgmgr:event', async (eventType, eventData) => {
|
||||||
case 'response': {
|
case 'response': {
|
||||||
const [msgId, response] = eventData
|
const [msgId, response] = eventData
|
||||||
if (!!ingressMap[msgId]) {
|
if (!!ingressMap[msgId]) {
|
||||||
ingressMap[ msgId ][2].push(`${ uuid } response ${ response }`)
|
ingressMap[ msgId ][2].push(`response ${ response }`)
|
||||||
//const [ replyTo, subject, logArray ] = ingressMap[msgId]
|
//const [ replyTo, subject, logArray ] = ingressMap[msgId]
|
||||||
let info = await smtpTransporter.sendMail({
|
let info = await smtpTransporter.sendMail({
|
||||||
from: `"msg-email--smartpager 👻" <${ config.smtp.user }>`,
|
from: `"msg-email--smartpager 👻" <${ config.smtp.user }>`,
|
||||||
|
|
Loading…
Add table
Reference in a new issue