Skip to content

Commit

Permalink
chore: fix bulk user create
Browse files Browse the repository at this point in the history
  • Loading branch information
erfjab committed Nov 9, 2024
1 parent e501d99 commit f58c239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routers/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ async def user_create_start_number(message: Message, state: FSMContext):
)

await state.update_data(start_number=int(message.text))
await state.set_state(UserCreateForm.date_limit)
await state.set_state(UserCreateForm.data_limit)
new_message = await message.answer(
text=MessageTexts.ASK_CREATE_USER_DATA_LIMIT, reply_markup=BotKeyboards.cancel()
)
Expand Down

0 comments on commit f58c239

Please sign in to comment.