From d3d168e563973fe78b04178c4a1674732cc08dd1 Mon Sep 17 00:00:00 2001 From: Sam Padilla Date: Mon, 16 Feb 2026 02:03:40 -0600 Subject: [PATCH] style: fix formatting (oxfmt) --- src/telegram/bot-handlers.ts | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/telegram/bot-handlers.ts b/src/telegram/bot-handlers.ts index e1d91d621f7..35cbbd09fea 100644 --- a/src/telegram/bot-handlers.ts +++ b/src/telegram/bot-handlers.ts @@ -1092,12 +1092,8 @@ export const registerTelegramHandlers = ({ groupAllowFrom, resolveTelegramGroupConfig, }); - const { - storeAllowFrom, - groupConfig, - effectiveGroupAllow, - hasGroupAllowOverride, - } = groupAllowContext; + const { storeAllowFrom, groupConfig, effectiveGroupAllow, hasGroupAllowOverride } = + groupAllowContext; // Check group allowlist (channels use the same groups config) const groupAllowlist = resolveGroupPolicy(chatId);