mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-19 20:02:20 -06:00
refactor: integration folders and fix manager bugs
This commit is contained in:
@@ -97,7 +97,7 @@ export class WebsocketController extends EventController implements EventControl
|
||||
try {
|
||||
const instance = (await this.get(instanceName)) as EventDto;
|
||||
|
||||
if (!instance?.websocket.enabled) {
|
||||
if (!instance?.websocket?.enabled) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user