Skip to content

Commit e0f987b

Browse files
authored
.
1 parent c439a9b commit e0f987b

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

scripts/fetch-sponsors.py

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -27,27 +27,6 @@
2727
}
2828
}
2929
}
30-
user(login: "MMRLApp") {
31-
sponsorshipsAsMaintainer(activeOnly: false, first: 100) {
32-
nodes {
33-
sponsorEntity {
34-
... on User {
35-
login
36-
avatarUrl
37-
url
38-
}
39-
... on Organization {
40-
login
41-
avatarUrl
42-
url
43-
}
44-
}
45-
tier {
46-
monthlyPriceInCents
47-
}
48-
}
49-
}
50-
}
5130
}
5231
"""
5332

0 commit comments

Comments
 (0)