-
Notifications
You must be signed in to change notification settings - Fork 253
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(backend): Added missing organizationId to UserCountParams for get…
…UserList (#3240) * fix(backend): Added missing organizationId to UserCountParams for getUserList * fix(backend): Moved param to UserListParams as per PR review * fix(backend): Moved lasst_active_at_since to UserListParams See #3240 (comment) for context
- Loading branch information
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@clerk/backend': patch | ||
--- | ||
|
||
Added missing 'organizationId' parameter to UserListParams | ||
Moved last_active_at_since from UserCountParams to UserListParams |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters