Skip to content

Commit 670d9bf

Browse files
committed
add nil
1 parent a19fc77 commit 670d9bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

response.go

+1
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ func visitModelNodeRelation(model any, annotation string, args []string, node *N
368368
} else {
369369
node.Relationships[args[1]] = json.RawMessage("{\"data\":null}")
370370
}
371+
return nil
371372
} else if fieldValue.MapIndex(reflect.ValueOf(true)).IsValid() {
372373
// handle value
373374
fieldValue = fieldValue.MapIndex(reflect.ValueOf(true))

0 commit comments

Comments
 (0)