Skip to content

Commit 5a20f8f

Browse files
committed
update PR_FETCH_LIMIT
1 parent 7ecf7a8 commit 5a20f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/profile/[login]/repositories/components/contribution-repository-card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type RepositoryCardProps = {
1414
login: string;
1515
};
1616

17-
const PR_FETCH_LIMIT = 20;
17+
const PR_FETCH_LIMIT = 10;
1818

1919
export const ContributionRepositoryCard: FC<RepositoryCardProps> = ({
2020
repository,

0 commit comments

Comments
 (0)