chore: biome format

This commit is contained in:
Peter Steinberger
2025-12-20 18:38:56 +01:00
parent cdb2a0736a
commit 5687a03f0b
4 changed files with 42 additions and 30 deletions
+15 -15
View File
@@ -234,21 +234,21 @@ export async function monitorWebInbox(options: {
conversationId: from,
to: selfE164 ?? "me",
body,
pushName: senderName,
timestamp,
chatType: group ? "group" : "direct",
chatId: remoteJid,
senderJid: participantJid,
senderE164: senderE164 ?? undefined,
senderName,
groupSubject,
groupParticipants,
mentionedJids: mentionedJids ?? undefined,
selfJid,
selfE164,
sendComposing,
reply,
sendMedia,
pushName: senderName,
timestamp,
chatType: group ? "group" : "direct",
chatId: remoteJid,
senderJid: participantJid,
senderE164: senderE164 ?? undefined,
senderName,
groupSubject,
groupParticipants,
mentionedJids: mentionedJids ?? undefined,
selfJid,
selfE164,
sendComposing,
reply,
sendMedia,
mediaPath,
mediaType,
}),