diff --git a/apps/bot/src/bot/features/subscription.ts b/apps/bot/src/bot/features/subscription.ts index 0e7b9a0..8aa0125 100644 --- a/apps/bot/src/bot/features/subscription.ts +++ b/apps/bot/src/bot/features/subscription.ts @@ -7,7 +7,6 @@ import { Composer } from 'grammy'; const composer = new Composer(); -// Telegram требует отвечать на pre_checkout_query composer.on('pre_checkout_query', logHandle('pre-checkout-query'), async (ctx) => { await ctx.answerPreCheckoutQuery(true); });