mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-03-21 20:18:40 -06:00
fix(whatsapp): remove unnecessary blank line in contacts mapping loop
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user