Skip to content

Commit db54f24

Browse files
committed
feat: chatwoot integration completed
1 parent 0fc3b47 commit db54f24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/whatsapp/services/monitor.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ export class WAMonitoringService {
232232

233233
execSync(`rm -rf ${join(STORE_DIR, 'auth', 'apikey', instanceName + '.json')}`);
234234
execSync(`rm -rf ${join(STORE_DIR, 'webhook', instanceName + '.json')}`);
235+
execSync(`rm -rf ${join(STORE_DIR, 'chatwoot', instanceName + '*')}`);
235236
}
236237
}
237238

0 commit comments

Comments
 (0)