Skip to content

Commit

Permalink
Merge pull request #18202 from Homebrew/fix-sponsorships-query
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocab authored Aug 30, 2024
2 parents 6b8a28b + 5897ed8 commit ed589c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/utils/github.rb
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ def self.members_by_team(org, team)
}
def self.sponsorships(user)
query = <<~EOS
query($user: String, $after: String) { organization(login: $user) {
query($user: String!, $after: String) { organization(login: $user) {
sponsorshipsAsMaintainer(first: 100, after: $after) {
pageInfo {
hasNextPage
Expand Down

0 comments on commit ed589c0

Please sign in to comment.