habulaj commited on
Commit
27dff6a
·
verified ·
1 Parent(s): 39374e4

Update routes/sendnotifications.py

Browse files
Files changed (1) hide show
  1. routes/sendnotifications.py +1 -1
routes/sendnotifications.py CHANGED
@@ -209,7 +209,7 @@ async def send_notification(
209
  image_url = post_info["image_url"]
210
  elif data.keyword == "subscriber":
211
  title = "💼 New Subscriber!"
212
- body = f"{actor_name} just subscribed to your styling services. Check out their profile!"
213
  image_url = None
214
  else:
215
  raise HTTPException(status_code=400, detail="Unsupported keyword")
 
209
  image_url = post_info["image_url"]
210
  elif data.keyword == "subscriber":
211
  title = "💼 New Subscriber!"
212
+ body = f"{actor_name} just subscribed to your styling services."
213
  image_url = None
214
  else:
215
  raise HTTPException(status_code=400, detail="Unsupported keyword")