fix: Removed await from webhook when sending a message

This commit is contained in:
Davidson Gomes
2023-11-30 07:09:11 -03:00
parent 4fa895086e
commit 3c19bdfaa9
2 changed files with 20 additions and 17 deletions

View File

@@ -10,6 +10,9 @@
* Added mimetype field when sending media
* Fixed lids messages
* Ajusts in validations to messages.upsert
* Fixed messages not received: error handling when updating contact in chatwoot
* Fix workaround to manage param data as an array in mongodb
* Removed await from webhook when sending a message
# 1.5.4 (2023-10-09 20:43)