Remove former implementation of listSaaSUsers()
Signed-off-by: Hghtwr <johannes.sonner@outlook.com>
This commit is contained in:
@@ -145,18 +145,6 @@ export class GitLabClient {
|
||||
resp.items = resp.items.filter(user => user.is_using_seat);
|
||||
return resp;
|
||||
});
|
||||
/*
|
||||
return this.pagedRequest(
|
||||
`/groups/${encodeURIComponent(groupPath)}/members/all`,
|
||||
{
|
||||
...options,
|
||||
show_seat_info: true,
|
||||
},
|
||||
).then(resp => {
|
||||
resp.items = resp.items.filter(user => user.is_using_seat);
|
||||
return resp;
|
||||
});
|
||||
*/
|
||||
}
|
||||
|
||||
async listGroups(
|
||||
|
||||
Reference in New Issue
Block a user