Skip to content

Commit aa68e95

Browse files
committed
fix: typo
Signed-off-by: Mouad BANI <mouad-mb@outlook.com>
1 parent ccac053 commit aa68e95

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/src/serverless/integrations/usecases/gitlab/getProjects.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ async function fetchProjectsForGroup(accessToken: string, group: any) {
5151
}
5252

5353
export async function fetchGitlabGroupProjects(accessToken: string, groups: any[]) {
54+
const CONCURRENCY = 10
5455
const groupProjects: Record<number, any[]> = {}
5556

5657
for (let i = 0; i < groups.length; i += CONCURRENCY) {

0 commit comments

Comments
 (0)