Skip to content

Commit 7ba06b2

Browse files
committed
fix: align PR.id with GraphQL databaseId
1 parent 232cfe9 commit 7ba06b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/ContributorProfile/ContributorProfile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type Profile = {
1111
};
1212

1313
type PR = {
14-
id: number;
14+
id: number; // from databaseId
1515
title: string;
1616
html_url: string;
1717
repository_url: string;

0 commit comments

Comments
 (0)