mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-10 18:39:38 -06:00
style(whatsapp): fix indentation and remove unnecessary blank lines in BaileysStartupService
This commit is contained in:
parent
de11e6f9ca
commit
2e3e752719
@ -868,7 +868,6 @@ export class BaileysStartupService extends ChannelStartupService {
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
if (this.configService.get<Chatwoot>('CHATWOOT').ENABLED && this.localChatwoot?.enabled) {
|
||||
const instance = { instanceName: this.instance.name, instanceId: this.instance.id };
|
||||
|
||||
@ -920,7 +919,6 @@ export class BaileysStartupService extends ChannelStartupService {
|
||||
await this.prismaRepository.$transaction(updateTransactions);
|
||||
}
|
||||
|
||||
|
||||
//const usersContacts = contactsRaw.filter((c) => c.remoteJid.includes('@s.whatsapp'));
|
||||
},
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user