Fix linter != to !== (#834)
This commit is contained in:
@@ -574,7 +574,7 @@ export const makeMessagesRecvSocket = (config: SocketConfig) => {
|
||||
participant: attrs.participant
|
||||
}
|
||||
|
||||
if(shouldIgnoreJid(remoteJid) && remoteJid != '@s.whatsapp.net') {
|
||||
if(shouldIgnoreJid(remoteJid) && remoteJid !== '@s.whatsapp.net') {
|
||||
logger.debug({ remoteJid }, 'ignoring receipt from jid')
|
||||
await sendMessageAck(node)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user