Skip to content

Commit

Permalink
update graphql query
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulGautamSingh committed Jun 6, 2024
1 parent c532c83 commit c59118a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/platform/github/graphql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const getIssuesQuery = `
query(
$owner: String!,
$name: String!,
$user: String!,
$user: String,
$count: Int,
$cursor: String
) {
Expand Down

0 comments on commit c59118a

Please sign in to comment.