Skip to content

Commit 64d47d8

Browse files
committed
fix(_route): call callback.answer()
1 parent f4e95f7 commit 64d47d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ttt/presentation/aiogram/user/routes/stars_purchase/start_stars_purchase.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,4 @@ async def _route(
7070
location = UserLocation(user_id, chat_id)
7171

7272
await start_stars_purchase(location, stars)
73+
await callback.answer()

0 commit comments

Comments
 (0)