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.
2 parents cf3b11e + 489c273 commit 158238bCopy full SHA for 158238b
content_tree.go
@@ -539,6 +539,7 @@ func (n *BodyBlock) UnmarshalJSON(data []byte) error {
539
if err := json.Unmarshal(data, &v); err != nil {
540
return err
541
}
542
+ n.CustomCodeComponent = &v
543
default:
544
return fmt.Errorf("failed to unmarshal BodyBlock from %s: %w", data, ErrUnmarshalInvalidNode)
545
0 commit comments