Skip to content

Commit

Permalink
push notif
Browse files Browse the repository at this point in the history
  • Loading branch information
Maferep committed Dec 7, 2023
1 parent 6ff5f05 commit 6f55b56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion identity_socializer/services/push_notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ async def new_trending_snap(
title,
body,
"NewTrendingNotification",
None, # snap["id"]
None, # snap["id"]
)

# Send push notification to user
Expand Down
2 changes: 1 addition & 1 deletion identity_socializer/web/api/notification/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
from identity_socializer.settings import settings
from identity_socializer.web.api.notification.schema import (
NotificationDTO,
TrendingNotificationDTO,
NotificationSchema,
TrendingNotificationDTO,
)

router = APIRouter()
Expand Down

0 comments on commit 6f55b56

Please sign in to comment.