We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da7329b commit 5b38ba0Copy full SHA for 5b38ba0
relationship.go
@@ -59,7 +59,7 @@ func newRelationshipID(rels []*Relationship) string {
59
i int
60
id = idFunc(0)
61
)
62
- for sort.SearchStrings(ids, id) >= 0 {
+ for sort.SearchStrings(ids, id) < 0 {
63
i++
64
id = idFunc(i)
65
}
0 commit comments