Skip to content

Commit

Permalink
DG-1697: Adding endpoint for linking/unlink policy
Browse files Browse the repository at this point in the history
  • Loading branch information
arpit-at committed Jul 3, 2024
1 parent 06a89f0 commit 4aa2131
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1550,8 +1550,8 @@ private EntityMutationResponse createOrUpdate(EntityStream entityStream, boolean


// Notify the change listeners
// entityChangeNotifier.onEntitiesMutated(ret, RequestContext.get().isImportInProgress());
// atlasRelationshipStore.onRelationshipsMutated(RequestContext.get().getRelationshipMutationMap());
entityChangeNotifier.onEntitiesMutated(ret, RequestContext.get().isImportInProgress());
atlasRelationshipStore.onRelationshipsMutated(RequestContext.get().getRelationshipMutationMap());
if (LOG.isDebugEnabled()) {
LOG.debug("<== createOrUpdate()");
}
Expand Down

0 comments on commit 4aa2131

Please sign in to comment.