mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-01-08 04:57:01 -06:00
chore: Remove DEL\_TEMP\_INSTANCES variable and related functionality
The DEL\_TEMP\_INSTANCES variable and its related functionality have been removed from the .env.example, CHANGELOG.md, and src/api/services/monitor.service.ts files. The `delInstanceFiles` and `deleteTempInstances` methods have been removed from the MonitoringService class. This change simplifies the codebase and removes unnecessary functionality that was not being used. Please note that this change does not impact the current functionalities of the application. However, it's important to update the documentation and any other related files accordingly. Make sure to test the application thoroughly to ensure there are no unintended consequences from this change.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
* Fixed the function of saving or not saving data in the database
|
||||
* Resolve not find name
|
||||
* Removed DEL_TEMP_INSTANCES as it is not being used
|
||||
|
||||
# 2.0.1-beta (2024-07-17 17:01)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user