Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix metadata type in CreateUserOptions
  • Loading branch information
poovamraj committed Nov 2, 2023
commit e41aba2690d6560def0e400029bcf86e4cb8a00f
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ export interface CreateUserOptions {
/**
* Additional information that will be stored in `user_metadata`
*/
metadata?: string;
metadata?: object;
[key: string]: any;
}

Expand Down