chore: fix lint formatting

This commit is contained in:
Peter Steinberger
2026-01-03 14:57:49 +00:00
parent 77c76ca52f
commit 1a00175eb7
9 changed files with 120 additions and 108 deletions

View File

@@ -190,7 +190,7 @@ export async function monitorWebInbox(options: {
await sock.readMessages([
{ remoteJid, id, participant, fromMe: false },
]);
if (shouldLogVerbose()) {
if (shouldLogVerbose()) {
const suffix = participant ? ` (participant ${participant})` : "";
logVerbose(
`Marked message ${id} as read for ${remoteJid}${suffix}`,