Remove former implementation of listSaaSUsers()

Signed-off-by: Hghtwr <johannes.sonner@outlook.com>
This commit is contained in:
Hghtwr
2024-05-27 23:43:16 +02:00
committed by Johannes Sonner
parent 5d4045b09d
commit 70500dd306
@@ -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(