From ab8bc11d3046259e1df1e7c524e1b220c504596a Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Thu, 9 Oct 2025 18:13:06 +0300 Subject: [PATCH] remove comment --- apps/bot/src/bot/features/subscription.ts | 1 - 1 file changed, 1 deletion(-) 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); });