From a102903814585eed82705c329bf5b9357121f399 Mon Sep 17 00:00:00 2001 From: Machka Pasla <161734431+machka-pasla@users.noreply.github.com> Date: Tue, 22 Jul 2025 21:58:19 +0300 Subject: [PATCH] hotfix --- bot/handlers/user/promo_user.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot/handlers/user/promo_user.py b/bot/handlers/user/promo_user.py index ebda618..f720324 100644 --- a/bot/handlers/user/promo_user.py +++ b/bot/handlers/user/promo_user.py @@ -69,6 +69,7 @@ async def prompt_promo_code_input(callback: types.CallbackQuery, async def process_promo_code_input(message: types.Message, state: FSMContext, settings: Settings, i18n_data: dict, promo_code_service: PromoCodeService, + subscription_service: SubscriptionService, bot: Bot, session: AsyncSession): logging.info( f"Processing promo code input from user {message.from_user.id} in state {await state.get_state()}: '{message.text}'"