Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit e743b3a

Browse files
committed
Attempt to allow maintainers access to the git access functionality.
1 parent 7ff7574 commit e743b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/GitlabService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ async function listOwnerUserGroups(token, page = 1, perPage = constants.GITLAB_D
9797
try {
9898
const response = await request
9999
.get(`${config.GITLAB_API_BASE_URL}/api/v4/groups`)
100-
.query({ page, per_page: perPage, owned: true })
100+
.query({ page, per_page: perPage, min_access_level:40 })
101101
.set('Authorization', `Bearer ${token}`)
102102
.end();
103103

0 commit comments

Comments
 (0)