Browse Source

Fixes duplicate property in graphql query

main
Keith Daulton 1 year ago
parent
commit
6492b21d18
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      src/plus/github/github.ts

+ 0
- 6
src/plus/github/github.ts View File

@ -116,12 +116,6 @@ repository {
login
}
}
repository {
isFork
owner {
login
}
}
reviewDecision
reviewRequests(first: 10) {
nodes {

Loading…
Cancel
Save