style: fix biome formatting

This commit is contained in:
Christian A. Rodriguez
2026-01-13 22:11:31 -04:00
committed by Peter Steinberger
parent 7a683a4b62
commit d763926364

View File

@@ -141,11 +141,7 @@ export async function monitorWebInbox(options: {
});
if (!access.allowed) continue;
if (
id &&
!access.isSelfChat &&
options.sendReadReceipts !== false
) {
if (id && !access.isSelfChat && options.sendReadReceipts !== false) {
const participant = msg.key?.participant;
try {
await sock.readMessages([{ remoteJid, id, participant, fromMe: false }]);