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);