Correção de mensagem de console.log
parent
69da69089a
commit
34d6be3978
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue