Skip to content

Commit

Permalink
[pLz5YbCW] fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
nadja-muller committed Oct 24, 2023
1 parent ee355d1 commit 154f6ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/java/apoc/merge/Merge.java
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ private Result getRelResult(Node startNode, String relType, Map<String, Object>
}

Map<String, Object> params = Util.map("identProps", identProps, "onCreateProps", onCreateProps == null ? emptyMap() : onCreateProps,
Map<String, Object> params = Util.map("identProps", identProps, "onCreateProps", onCreateProps ==null ? emptyMap() : onCreateProps,
"onMatchProps", onMatchProps == null ? emptyMap() : onMatchProps, "startNode", startNode, "endNode", endNode);

final String cypher =
Expand Down

0 comments on commit 154f6ca

Please sign in to comment.