mirror of
https://github.com/dstotijn/go-notion.git
synced 2025-06-29 00:41:34 +02:00
Fix type of column_list.children
(#38)
This commit is contained in:
2
block.go
2
block.go
@ -570,7 +570,7 @@ func (b EquationBlock) MarshalJSON() ([]byte, error) {
|
|||||||
type ColumnListBlock struct {
|
type ColumnListBlock struct {
|
||||||
baseBlock
|
baseBlock
|
||||||
|
|
||||||
Children []Block `json:"children,omitempty"`
|
Children []ColumnBlock `json:"children,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// MarshalJSON implements json.Marshaler.
|
// MarshalJSON implements json.Marshaler.
|
||||||
|
Reference in New Issue
Block a user