remove unnecessary literal

Signed-off-by: Hghtwr <johannes.sonner@outlook.com>
This commit is contained in:
Hghtwr
2024-09-13 22:02:46 +02:00
parent 06cc084b9d
commit 2c810e221f
@@ -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,