fix: fix notifications

This commit is contained in:
ishaansehgal99
2025-07-09 23:00:08 -07:00
parent d33f19f82c
commit 22427f7c42

View File

@@ -50,8 +50,10 @@ class PushNotificationService:
unique_tokens = {}
for token in tokens:
unique_tokens[token.token] = token
logger.info(f"Found {len(tokens)} total tokens, {len(unique_tokens)} unique tokens for user {user_id}")
logger.info(
f"Found {len(tokens)} total tokens, {len(unique_tokens)} unique tokens for user {user_id}"
)
# Prepare messages for Expo
messages = []