From 6a378268223e8ac5cd46997ae8a2e8480d04ef62 Mon Sep 17 00:00:00 2001 From: cheetah Date: Sun, 20 Feb 2022 17:07:40 +0000 Subject: [PATCH] fixed handling --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 5968dad..5c20112 100644 --- a/index.js +++ b/index.js @@ -73,7 +73,7 @@ socket.on('msgmgr:event', async (eventType, eventData) => { case 'response': { const [msgId, response] = eventData if (!!ingressMap[msgId]) { - ingressMap[ msgId ][2].push(`${ uuid } response ${ response }`) + ingressMap[ msgId ][2].push(`response ${ response }`) //const [ replyTo, subject, logArray ] = ingressMap[msgId] let info = await smtpTransporter.sendMail({ from: `"msg-email--smartpager 👻" <${ config.smtp.user }>`,