-
-
Notifications
You must be signed in to change notification settings - Fork 661
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The typescript type for the Organization customDate is Record<string, never> which is representing a empty object, but doesn't allow anything else than en empty object.
Expected behavior
The Type should be of Record<string, any> or Record<string, unknown> to allow objects to be used for organization creation.
How to reproduce?
- Install @logto/api
- create a Post request to api/organization
- try to put an non empty object to customData
Environment
Self-hosted (Docker image)
Screenshots

Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working