Skip to content

Commit 95be7bd

Browse files
committed
Fix I saw a few times already
1 parent e7b6938 commit 95be7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonapi/unmarshal.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ func setRelationshipIDs(relationships map[string]Relationship, target UnmarshalI
188188
}
189189

190190
castedToOne.SetToOneReferenceID(name, "")
191-
break
191+
continue
192192
}
193193

194194
// valid toOne case

0 commit comments

Comments
 (0)