git actions v2

This commit is contained in:
Davidson Gomes
2024-06-09 14:49:09 -03:00
parent 71a97e047a
commit 14e7a68c32
7 changed files with 11 additions and 76 deletions

View File

@@ -139,7 +139,6 @@ export class BaileysStartupService extends ChannelStartupService {
private readonly providerFiles: ProviderFiles,
) {
super(configService, eventEmitter, prismaRepository, chatwootCache);
this.cleanStore();
this.instance.qrcode = { count: 0 };
this.recoveringMessages();
this.cronForceUpdateGroupMetadataCache();

View File

@@ -39,7 +39,6 @@ export class BusinessStartupService extends ChannelStartupService {
private readonly providerFiles: ProviderFiles,
) {
super(configService, eventEmitter, prismaRepository, chatwootCache);
this.cleanStore();
}
public stateConnection: wa.StateConnection = { state: 'open' };