mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-20 12:22:21 -06:00
refactor: integration folders and fix manager bugs
This commit is contained in:
@@ -17,7 +17,7 @@ export class ProxyController {
|
||||
throw new NotFoundException(`The "${instance.instanceName}" instance does not exist`);
|
||||
}
|
||||
|
||||
if (!data.enabled) {
|
||||
if (!data?.enabled) {
|
||||
data.host = '';
|
||||
data.port = '';
|
||||
data.protocol = '';
|
||||
|
||||
Reference in New Issue
Block a user