Skip to content

Commit

Permalink
fix user config (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 committed Jun 4, 2024
1 parent 3d059c2 commit 9346aeb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1096,6 +1096,8 @@ private ScanEdgeResultIterator doScanEdge(String spaceName,
.withSpaceName(spaceName)
.withEdgeName(edgeName)
.withPartSuccess(allowPartSuccess)
.withUser(user)
.withPassword(password)
.build();
}

Expand Down

0 comments on commit 9346aeb

Please sign in to comment.