remove telegram_chat_id

This commit is contained in:
2025-12-12 22:08:24 +05:00
parent 4727184182
commit abf93a91e8
2 changed files with 7 additions and 3 deletions

View File

@ -55,7 +55,6 @@ async def process_code(message: Message, state: FSMContext):
await auth_service.verify_code(
username=username,
code=code,
telegram_chat_id=message.chat.id,
telegram_user_id=tg_user.id,
telegram_username=tg_user.username,
)