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
29
29
[ JsonSubtypes . KnownSubTypeAttribute ( typeof ( ParagraphBlock ) , BlockType . Paragraph ) ]
30
30
[ JsonSubtypes . KnownSubTypeAttribute ( typeof ( PDFBlock ) , BlockType . PDF ) ]
31
31
[ JsonSubtypes . KnownSubTypeAttribute ( typeof ( QuoteBlock ) , BlockType . Quote ) ]
32
- [ JsonSubtypes . KnownSubTypeAttribute ( typeof ( UnsupportedBlock ) , BlockType . SyncedBlock ) ]
32
+ [ JsonSubtypes . KnownSubTypeAttribute ( typeof ( SyncedBlockBlock ) , BlockType . SyncedBlock ) ]
33
33
[ JsonSubtypes . KnownSubTypeAttribute ( typeof ( TableBlock ) , BlockType . Table ) ]
34
34
[ JsonSubtypes . KnownSubTypeAttribute ( typeof ( TableRowBlock ) , BlockType . TableRow ) ]
35
35
[ JsonSubtypes . KnownSubTypeAttribute ( typeof ( TableOfContentsBlock ) , BlockType . TableOfContents ) ]
You can’t perform that action at this time.
0 commit comments