Skip to content

Commit 3aae4eb

Browse files
committed
chore(clerk-js,types): Document SetActiveParams type to include slug when setting active org
1 parent 3414e6f commit 3aae4eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/types/src/clerk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ export type SetActiveParams = {
681681
session?: ActiveSessionResource | string | null;
682682

683683
/**
684-
* The organization resource or organization id (string version) to be set as active in the current session.
684+
* The organization resource or organization ID/slug (string version) to be set as active in the current session.
685685
* If `null`, the currently active organization is removed as active.
686686
*/
687687
organization?: OrganizationResource | string | null;

0 commit comments

Comments
 (0)