fix: fix problems in create instance and delete instance files

This commit is contained in:
Davidson Gomes 2023-06-28 13:44:58 -03:00
parent a9a1c6c49b
commit a62d27ffc2

View File

@ -2,6 +2,7 @@
### Fixed ### Fixed
* Fixed baileys version in package.json
* Fixed problem that did not validate if the token passed in create instance already existed * Fixed problem that did not validate if the token passed in create instance already existed
* Fixed problem that does not delete instance files in server mode * Fixed problem that does not delete instance files in server mode
@ -15,9 +16,6 @@
### Fixed ### Fixed
* Adjust dockerfile variables * Adjust dockerfile variables
* Fixed baileys version in package.json
* Fixed problem that did not validate if the token passed in create instance already existed
* Fixed problem that does not delete instance files in server mode
# 1.1.0 (2023-06-21 11:17) # 1.1.0 (2023-06-21 11:17)