Skip to content

Commit

Permalink
update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelkingsdev committed Nov 14, 2024
1 parent cc453d7 commit fc87dae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web_app/api/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ async def subscribe_to_notification(
raise HTTPException(status_code=404, detail="User not found")

# Simulate subscription logic
#TODO add crud method to subscribe user to notification
success = True # Placeholder for actual success condition

if success:
Expand Down

0 comments on commit fc87dae

Please sign in to comment.