Skip to content

Commit b441d17

Browse files
author
serverpod_cloud
committed
refactor(gc)!: bf134d5e243b5ce852afc73131111a158ac10eb2
1 parent 8f5438c commit b441d17

3 files changed

Lines changed: 142 additions & 216 deletions

File tree

ground_control_client/lib/src/protocol/client.dart

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -149,17 +149,11 @@ class EndpointAdminUsers extends _i1.EndpointRef {
149149

150150
/// Invites a user to Serverpod Cloud.
151151
/// If the user does not exist, a user invitation email is sent.
152-
_i2.Future<void> inviteUser({
153-
required String email,
154-
int? maxOwnedProjectsQuota,
155-
}) =>
152+
_i2.Future<void> inviteUser({required String email}) =>
156153
caller.callServerEndpoint<void>(
157154
'adminUsers',
158155
'inviteUser',
159-
{
160-
'email': email,
161-
'maxOwnedProjectsQuota': maxOwnedProjectsQuota,
162-
},
156+
{'email': email},
163157
);
164158
}
165159

0 commit comments

Comments
 (0)