Skip to content

Commit

Permalink
fix remove relation error
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Solender committed Jun 3, 2022
1 parent 85610d0 commit 1a6070d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion save.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,8 @@ func removeRelations(transaction neo4j.Transaction, dels map[int64][]int64) erro
V(dsl.V{
Name: "start",
}).E(dsl.E{
Name: "e",
Name: "e",
Direction: dsl.DirectionNone,
}).V(dsl.V{
Name: "end",
}).Build()).
Expand Down

0 comments on commit 1a6070d

Please sign in to comment.