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.
2 parents ce7c6e4 + afa9bae commit ff25710Copy full SHA for ff25710
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