remove unnecessary literal
Signed-off-by: Hghtwr <johannes.sonner@outlook.com>
This commit is contained in:
@@ -137,7 +137,7 @@ export class GitLabClient {
|
||||
async listSaaSUsers(
|
||||
groupPath: string,
|
||||
options?: CommonListOptions,
|
||||
includeUsersWithoutSeat?: boolean | false,
|
||||
includeUsersWithoutSeat?: boolean,
|
||||
): Promise<PagedResponse<GitLabUser>> {
|
||||
return this.listGroupMembers(groupPath, {
|
||||
...options,
|
||||
|
||||
Reference in New Issue
Block a user