Skip to content

Commit 6d258e9

Browse files
committed
fix: add contributors in page
Signed-off-by: Umberto Sgueglia <usgueglia@contractor.linuxfoundation.org>
1 parent ac5dfab commit 6d258e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

backend/src/api/public/v1/dev-stats/getAffiliations.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export async function getAffiliations(req: Request, res: Response): Promise<void
4848
total_found: allMemberRows.length,
4949
page,
5050
pageSize,
51-
page_found: 0,
51+
contributors_in_page: 0,
5252
contributors: [],
5353
notFound,
5454
})
@@ -83,7 +83,7 @@ export async function getAffiliations(req: Request, res: Response): Promise<void
8383
total_found: allMemberRows.length,
8484
page,
8585
pageSize,
86-
page_found: contributors.length,
86+
contributors_in_page: contributors.length,
8787
contributors,
8888
notFound,
8989
})

0 commit comments

Comments
 (0)