File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Src/Notion.Client/Models/Blocks Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ namespace Notion.Client
2929 [ JsonSubtypes . KnownSubTypeAttribute ( typeof ( ParagraphBlock ) , BlockType . Paragraph ) ]
3030 [ JsonSubtypes . KnownSubTypeAttribute ( typeof ( PDFBlock ) , BlockType . PDF ) ]
3131 [ JsonSubtypes . KnownSubTypeAttribute ( typeof ( QuoteBlock ) , BlockType . Quote ) ]
32- [ JsonSubtypes . KnownSubTypeAttribute ( typeof ( UnsupportedBlock ) , BlockType . SyncedBlock ) ]
32+ [ JsonSubtypes . KnownSubTypeAttribute ( typeof ( SyncedBlockBlock ) , BlockType . SyncedBlock ) ]
3333 [ JsonSubtypes . KnownSubTypeAttribute ( typeof ( TableBlock ) , BlockType . Table ) ]
3434 [ JsonSubtypes . KnownSubTypeAttribute ( typeof ( TableRowBlock ) , BlockType . TableRow ) ]
3535 [ JsonSubtypes . KnownSubTypeAttribute ( typeof ( TableOfContentsBlock ) , BlockType . TableOfContents ) ]
You can’t perform that action at this time.
0 commit comments