You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(account): handle null case for notification in markAsRead
- Use firstWhereOrNull instead of firstWhere to safely handle null case
- Add logging for attempted markAsRead on non-existent notification
- Prevent exception by returning early if notification is not found
0 commit comments