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