Removed fetchRelatedRelationships in streaming notifications

• Removed:
- fetchRelatedRelationships in streaming notifications
This commit is contained in:
mgabdev 2021-01-09 01:03:05 -05:00
parent f4512b4411
commit 5d71dc2be3

View File

@ -74,8 +74,6 @@ export const updateNotifications = (notification, intlMessages, intlLocale) => (
type: NOTIFICATIONS_UPDATE, type: NOTIFICATIONS_UPDATE,
notification, notification,
}) })
fetchRelatedRelationships(dispatch, [notification])
} }
} }