feat: added group integration to chatwoot

This commit is contained in:
Davidson Gomes
2023-07-13 12:41:29 -03:00
parent e5cd577fbf
commit 3e13ae9740

View File

@@ -61,6 +61,7 @@ export class ChatwootService {
if (!provider) {
this.logger.error('provider not found');
return null;
}
this.provider = provider;