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.
1 parent ce7c6e4 commit afa9baeCopy full SHA for afa9bae
notion/store.py
@@ -289,6 +289,7 @@ def call_load_page_chunk(self, page_id):
289
290
def store_recordmap(self, recordmap):
291
for table, records in recordmap.items():
292
+ if records is None: continue
293
for id, record in records.items():
294
self._update_record(
295
table, id, value=record.get("value"), role=record.get("role")
0 commit comments