Skip to content

Commit c6be133

Browse files
chore: add return param
1 parent b93b7ac commit c6be133

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api-helper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ type PullsInfo = {
2323
'html_url': string;
2424
'commits_url': string;
2525
'comments_url': string;
26+
id: number;
2627
number: number;
2728
isPrCreated: boolean;
2829
};

0 commit comments

Comments
 (0)