(Hotfix): Rm owner req from GitLab repo list (#7682)

This commit is contained in:
Rohit Malhotra
2025-04-03 09:36:04 -04:00
committed by GitHub
parent d7c49a0656
commit 9e625ec6c5

View File

@@ -146,7 +146,6 @@ class GitLabService(GitService):
'per_page': str(PER_PAGE),
'order_by': order_by,
'sort': 'desc', # GitLab uses sort for direction (asc/desc)
'owned': 1, # Use 1 instead of True
'membership': 1, # Use 1 instead of True
}
response, headers = await self._fetch_data(url, params)