This commit is contained in:
Frank 2025-08-27 15:12:51 -04:00
parent 71665ce49c
commit 8336a9be9c
2 changed files with 8 additions and 3 deletions

View file

@ -74,7 +74,7 @@ export type GitHubPullRequest = {
comments: {
nodes: GitHubComment[]
}
reviews?: {
reviews: {
nodes: GitHubReview[]
}
reviewThreads: {