Skip to content

Commit

Permalink
Issue #KN-439 merge: Merge pull request #895 from AmiableAnil/csp-mig…
Browse files Browse the repository at this point in the history
…ration

Issue #KN-439 test: Fixed update scenario where response is return wi…
  • Loading branch information
AmiableAnil authored Nov 30, 2022
2 parents d087dbb + 0f20171 commit 8bf3c7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class GraphService {
}

def upsertRootNode(graphId: String, request: Request): Future[Node] = {
NodeAsyncOperations.upsertRootNode(graphId, request).map(resNode => if(isrRelativePathEnabled) CSPMetaUtil.updateAbsolutePath(resNode) else resNode)
NodeAsyncOperations.upsertRootNode(graphId, request)
}

def getNodeByUniqueId(graphId: String, nodeId: String, getTags: Boolean, request: Request): Future[Node] = {
Expand Down

0 comments on commit 8bf3c7e

Please sign in to comment.