Skip to content

Commit

Permalink
fix: generate types for #594 (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Nov 23, 2021
1 parent e455c0b commit 378a8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payload-types/schema.d.ts
Expand Up @@ -5040,7 +5040,7 @@ export interface PullRequestReviewThreadResolvedEvent {
sender: User;
}
export interface PullRequestReviewThreadUnresolvedEvent {
action: "resolved";
action: "unresolved";
thread: {
node_id: string;
comments: PullRequestReviewComment[];
Expand Down

0 comments on commit 378a8f3

Please sign in to comment.