chore: formatting

This commit is contained in:
Shadow
2026-01-03 12:35:16 -06:00
parent 341a224301
commit ce92fac983
5 changed files with 11 additions and 6 deletions

View File

@@ -822,7 +822,8 @@ export async function monitorWebProvider(
});
const resolveGroupRequireMentionFor = (conversationId: string) => {
const groupId = resolveGroupResolution(conversationId)?.id ?? conversationId;
const groupId =
resolveGroupResolution(conversationId)?.id ?? conversationId;
const groupConfig = cfg.whatsapp?.groups?.[groupId];
if (typeof groupConfig?.requireMention === "boolean") {
return groupConfig.requireMention;