fix(whatsapp): remove unnecessary blank line in contacts mapping loop

This commit is contained in:
Jeferson Ramos
2026-01-20 10:53:06 -03:00
parent 70d334b0b6
commit 3979a9e08c
@@ -978,7 +978,6 @@ export class BaileysStartupService extends ChannelStartupService {
const contactsMapLidJid = new Map();
for (const contact of contacts) {
let jid = null;
if (contact?.id?.search('@lid') !== -1) {