feat: automation chatwoot

This commit is contained in:
Davidson Gomes
2023-07-13 15:39:40 -03:00
parent 3e13ae9740
commit 8622e1e4ff
5 changed files with 141 additions and 43 deletions

View File

@@ -129,7 +129,6 @@ export class WAMonitoringService {
profileName: (await value.getProfileName()) || 'not loaded',
profilePictureUrl: value.profilePictureUrl,
status: (await value.getProfileStatus()) || '',
chatwoot,
},
});
}
@@ -161,7 +160,6 @@ export class WAMonitoringService {
instance: {
instanceName: key,
status: value.connectionStatus.state,
chatwoot,
},
});
}