From 79f4a22217e6cb52e9ed41254c5f1037ed545aa4 Mon Sep 17 00:00:00 2001 From: William Dumes Date: Mon, 4 Aug 2025 13:56:16 -0300 Subject: [PATCH] refactor: lint check --- .../integrations/channel/whatsapp/whatsapp.baileys.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts b/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts index f9dbeed0..c036a281 100644 --- a/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts +++ b/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts @@ -1482,7 +1482,7 @@ export class BaileysStartupService extends ChannelStartupService { continue; } - + if (findMessage && update.status !== undefined && status[update.status] !== findMessage.status) { if (!key.fromMe && key.remoteJid) { readChatToUpdate[key.remoteJid] = true;