Skip to content

Commit a71d25f

Browse files
committed
added filters for formulas
1 parent 26c6d95 commit a71d25f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/notion-client/src/notion-api.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,10 @@ export class NotionAPI {
344344
})
345345
}
346346

347+
if (collectionView?.query2?.filter?.filters) {
348+
filters.push(...collectionView.query2.filter.filters)
349+
}
350+
347351
let loader: any = {
348352
type: 'reducer',
349353
reducers: {

0 commit comments

Comments
 (0)