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
1 changed files with 0 additions and 2 deletions

View File

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