IO-3166-Global-Notifications-Part-2 - Checkpoint
This commit is contained in:
@@ -85,7 +85,11 @@ const SocketProvider = ({ children, bodyshop, navigate, currentUser, scenarioNot
|
||||
});
|
||||
}
|
||||
},
|
||||
onError: (err) => console.error("MARK_NOTIFICATION_READ error:", err)
|
||||
onError: (err) =>
|
||||
console.error("MARK_NOTIFICATION_READ error:", {
|
||||
message: err?.message,
|
||||
stack: err?.stack
|
||||
})
|
||||
});
|
||||
|
||||
const [markAllNotificationsRead] = useMutation(MARK_ALL_NOTIFICATIONS_READ, {
|
||||
|
||||
Reference in New Issue
Block a user