Skip to content

Commit 3979a9e

Browse files
committed
fix(whatsapp): remove unnecessary blank line in contacts mapping loop
1 parent 70d334b commit 3979a9e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,6 @@ export class BaileysStartupService extends ChannelStartupService {
978978
const contactsMapLidJid = new Map();
979979

980980
for (const contact of contacts) {
981-
982981
let jid = null;
983982

984983
if (contact?.id?.search('@lid') !== -1) {

0 commit comments

Comments
 (0)