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 6cc1e75 commit 823f58fCopy full SHA for 823f58f
packages/notion-client/src/notion-api.ts
@@ -335,7 +335,6 @@ export class NotionAPI {
335
let filters = []
336
if (collectionView.format?.property_filters) {
337
filters = collectionView.format?.property_filters.map((filterObj) => {
338
- // console.log('map filter', filterObj)
339
//get the inner filter
340
return {
341
filter: filterObj?.filter?.filter,
0 commit comments