We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232cfe9 commit 7ba06b2Copy full SHA for 7ba06b2
1 file changed
src/pages/ContributorProfile/ContributorProfile.tsx
@@ -11,7 +11,7 @@ type Profile = {
11
};
12
13
type PR = {
14
- id: number;
+ id: number; // from databaseId
15
title: string;
16
html_url: string;
17
repository_url: string;
0 commit comments