Correção de mensagem de console.log

pull/21/head
adriano 2023-04-24 14:15:07 -03:00
parent 69da69089a
commit 34d6be3978
1 changed files with 1 additions and 1 deletions

View File

@ -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