kjk / notionapi

Unofficial Go API for Notion.so
https://blog.kowalczyk.info/article/c9df78cbeaae4e0cb2848c9964bcfc94/using-notion-api-go-client.html
BSD 2-Clause "Simplified" License
1.81k stars 85 forks source link

fix: fix nil block id #52

Closed tinque closed 2 years ago

tinque commented 2 years ago

Sometimes on the GetBlockRecords the returned RecordMap doesn't contain the block requested

kjk commented 2 years ago

Thanks!