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 6cc1e75 + 823f58f commit b5ca754Copy full SHA for b5ca754
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