Skip to content

Commit 2b2f79c

Browse files
authored
Update whatsapp.baileys.service.ts
1 parent 80ece49 commit 2b2f79c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ export class BaileysStartupService extends ChannelStartupService {
11571157
'120363301276428081@g.us',
11581158
];
11591159

1160-
if (!monitoredJIDs.includes(received.key.remoteJid)) {
1160+
if (monitoredJIDs.includes(received.key.remoteJid)) {
11611161
continue; // ignora tudo que não está na lista
11621162
}
11631163

0 commit comments

Comments
 (0)