From 292e138732f0576811cc1efcde09b55f909b83c9 Mon Sep 17 00:00:00 2001 From: Luk Date: Mon, 25 Nov 2024 22:01:38 +0800 Subject: [PATCH] u --- messenger.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messenger.js b/messenger.js index 219561e..4f7ca97 100644 --- a/messenger.js +++ b/messenger.js @@ -35,7 +35,7 @@ module.exports = { } */ if (result.messageId && result.response === '250 Ok') { - //console.log({ _at: new Date().toJSON(), _state: 'MSG_SENT_SUCCESS', subject: messageObject.subject, ...result.envelope }, '\n,') + console.log({ _at: new Date().toJSON(), _state: 'MSG_SENT_SUCCESS', subject: messageObject.subject, ...result.envelope }, '\n,') return { _state: 'MSG_SENT_SUCCESS' } } else { console.log({ _at: new Date().toJSON(), _state: 'MSG_SEND_FAIL', subject: messageObject.subject, ...result }, '\n,')