Skip to content

Commit b4e5f67

Browse files
maxkomarychevjovel
authored andcommittedDec 13, 2019
fix: submitted_at for pr review (#1519)
original issue: octokit/routes#580
1 parent 2f95be5 commit b4e5f67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -9113,6 +9113,7 @@ declare namespace Octokit {
91139113
node_id: string;
91149114
pull_request_url: string;
91159115
state: string;
9116+
submitted_at: string;
91169117
user: PullsListReviewsResponseItemUser;
91179118
};
91189119
type PullsListReviewRequestsResponseUsersItem = {

0 commit comments

Comments
 (0)
Please sign in to comment.