Skip to content

Commit

Permalink
Update user.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelkingsdev authored Nov 13, 2024
1 parent b4c1bdc commit b195f2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web_app/api/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ async def subscribe_to_notification(
This endpoint subscribes a user to notifications by linking their telegram ID to their wallet.
### Parameters:
- **telegram_id**: The Telegram ID of the user.
- **wallet_id**: The wallet ID of the user.
- **telegram_id**: The Telegram id of the user.
- **wallet_id**: The wallet id of the user.
### Returns:
Success status of the subscription.
Expand Down

0 comments on commit b195f2d

Please sign in to comment.