Skip to content

Commit 3ed5e6a

Browse files
authored
Merge pull request #27 from litencatt/fix-add-non-supported-types
Add not supported filter property types
2 parents 381eeac + 71af4bc commit 3ed5e6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/notion.ts

+2
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,9 @@ export const buildFilterPropertyOptions = (db: GetDatabaseResponse) => {
395395
switch (prop.type) {
396396
case "date":
397397
case "created_time":
398+
case "created_by":
398399
case "last_edited_time":
400+
case "last_edited_by":
399401
case "number":
400402
case "files":
401403
case "formula":

0 commit comments

Comments
 (0)