mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-08-29 02:36:11 -06:00
refactor: lint check
This commit is contained in:
parent
20dd1b1660
commit
79f4a22217
@ -1482,7 +1482,7 @@ export class BaileysStartupService extends ChannelStartupService {
|
|||||||
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (findMessage && update.status !== undefined && status[update.status] !== findMessage.status) {
|
if (findMessage && update.status !== undefined && status[update.status] !== findMessage.status) {
|
||||||
if (!key.fromMe && key.remoteJid) {
|
if (!key.fromMe && key.remoteJid) {
|
||||||
readChatToUpdate[key.remoteJid] = true;
|
readChatToUpdate[key.remoteJid] = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user