Skip to content

Commit

Permalink
Remove unused field: PR review comments (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetiot authored Mar 19, 2024
1 parent bfe5952 commit 74efa80
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion lib/contributions.ml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ let query user =
pullRequest { title }
body
state
comments(first: 100) { nodes { body } }
repository { nameWithOwner }
}
}
Expand Down
7 changes: 0 additions & 7 deletions test/lib/test_contributions.ml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ let request ~user =
pullRequest { title }
body
state
comments(first: 100) { nodes { body } }
repository { nameWithOwner }
}
}
Expand Down Expand Up @@ -267,9 +266,6 @@ let activity_example ~user =
},
"body": "xxx",
"state": "APPROVED",
"comments": {
"nodes": []
},
"repository": {
"nameWithOwner": "realworldocaml/mdx"
}
Expand All @@ -284,9 +280,6 @@ let activity_example ~user =
},
"body": "xxx",
"state": "APPROVED",
"comments": {
"nodes": []
},
"repository": {
"nameWithOwner": "tarides/okra"
}
Expand Down

0 comments on commit 74efa80

Please sign in to comment.