Skip to content

Commit

Permalink
Fix snap.id reference in push notification service
Browse files Browse the repository at this point in the history
  • Loading branch information
noxethiems committed Dec 8, 2023
1 parent 9d743f9 commit a04b807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion identity_socializer/services/push_notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async def new_trending_snap(
title,
body,
notif_type,
snap.id,
snap["id"],
)

# Send push notification to user
Expand Down

0 comments on commit a04b807

Please sign in to comment.