mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Fix linter != to !== (#834)
This commit is contained in:
@@ -574,7 +574,7 @@ export const makeMessagesRecvSocket = (config: SocketConfig) => {
|
|||||||
participant: attrs.participant
|
participant: attrs.participant
|
||||||
}
|
}
|
||||||
|
|
||||||
if(shouldIgnoreJid(remoteJid) && remoteJid != '@s.whatsapp.net') {
|
if(shouldIgnoreJid(remoteJid) && remoteJid !== '@s.whatsapp.net') {
|
||||||
logger.debug({ remoteJid }, 'ignoring receipt from jid')
|
logger.debug({ remoteJid }, 'ignoring receipt from jid')
|
||||||
await sendMessageAck(node)
|
await sendMessageAck(node)
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user