remove comment

This commit is contained in:
vchikalkin 2025-10-09 18:13:06 +03:00
parent ee4e70f43d
commit ab8bc11d30

View File

@ -7,7 +7,6 @@ import { Composer } from 'grammy';
const composer = new Composer<Context>();
// Telegram требует отвечать на pre_checkout_query
composer.on('pre_checkout_query', logHandle('pre-checkout-query'), async (ctx) => {
await ctx.answerPreCheckoutQuery(true);
});