Skip to content

Commit

Permalink
Fixing projectsLimit type in the CreateUsersOptions type (#3354)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalrymple authored Jul 17, 2023
1 parent 2e51cfc commit 584fc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/resources/Users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export type CreateUserOptions = {
organization?: string;
password?: string;
privateProfile?: string;
projectsLimit?: boolean;
projectsLimit?: number;
provider?: string;
resetPassword?: boolean;
sharedRunnersMinutesLimit?: number;
Expand Down

0 comments on commit 584fc9c

Please sign in to comment.