You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Fetching a "Persons" property from a database entry (e.g. "Assignees") returns only the first person as an object instead of returning a list of people.
Setting the property strangely enough demands a list of people instead of just a single value (which is more in line with the expected behavior).
To Reproduce
Node version: ts-node version 10.9.1
Notion JS library version: 2.2.13
Describe the bug
Fetching a "Persons" property from a database entry (e.g. "Assignees") returns only the first person as an object instead of returning a list of people.
Setting the property strangely enough demands a list of people instead of just a single value (which is more in line with the expected behavior).
To Reproduce
Node version: ts-node version 10.9.1
Notion JS library version: 2.2.13
Steps to reproduce the behavior:
returns
Expected behavior
The text was updated successfully, but these errors were encountered: