From 34d6be39787985406196eb8890d9d74079c4b9ba Mon Sep 17 00:00:00 2001 From: adriano Date: Mon, 24 Apr 2023 14:15:07 -0300 Subject: [PATCH] =?UTF-8?q?Corre=C3=A7=C3=A3o=20de=20mensagem=20de=20conso?= =?UTF-8?q?le.log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TEST_SERVER1/whats/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEST_SERVER1/whats/app.js b/TEST_SERVER1/whats/app.js index cae3ac1..ae61750 100644 --- a/TEST_SERVER1/whats/app.js +++ b/TEST_SERVER1/whats/app.js @@ -561,7 +561,7 @@ app.post('/api/DeleteWhatsAppMessage', async (req, res) => { } catch (error) { - console.log('There was an error on try disconnect the whatsapp: ', error) + console.log('There was an error on try delete the massage: ', error) res.status(500).json({ message: "There was an error on trying delete the message" }); return