style(whatsapp): fix indentation and remove unnecessary blank lines in BaileysStartupService

This commit is contained in:
Davidson Gomes
2025-12-05 11:02:54 -03:00
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'));
},
};