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 16bff4c commit eee4ec7Copy full SHA for eee4ec7
writer.go
@@ -195,7 +195,7 @@ func (w *Writer) createLastPartRelationships() error {
195
}
196
for _, r := range w.last.Relationships {
197
if r.ID == "" {
198
- r.ID = newRelationshipID(w.Relationships)
+ r.ID = newRelationshipID(w.last.Relationships)
199
200
201
if err := validateRelationships(w.last.Name, w.last.Relationships); err != nil {
0 commit comments