style: fix formatting (oxfmt)

This commit is contained in:
Sam Padilla
2026-02-16 02:03:40 -06:00
committed by Ayaan Zaidi
parent a1f4f90680
commit d3d168e563

View File

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