We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ac266 commit 4134619Copy full SHA for 4134619
.github/scripts/bot-intermediate-assignment.js
@@ -85,7 +85,7 @@ async function countCompletedBeginnerIssues(github, owner, repo, username) {
85
const result = await github.graphql(
86
`
87
query ($searchQuery: String!) {
88
- search(type: ISSUE, query: $searchquery) {
+ search(type: ISSUE, query: $searchQuery) {
89
issueCount
90
}
91
0 commit comments