Skip to content

Commit 21655fa

Browse files
committed
feat: include past sponsors
Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
1 parent 70c5076 commit 21655fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/next-data/generators/supportersData.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function sponsorshipsQuery(cursor = null) {
107107
return `
108108
query {
109109
organization(login: "nodejs") {
110-
sponsorshipsAsMaintainer (first: 100, includePrivate: false, after: "${cursor}") {
110+
sponsorshipsAsMaintainer (first: 100, includePrivate: false, after: "${cursor}", activeOnly: false) {
111111
nodes {
112112
sponsor: sponsorEntity {
113113
...on User {

0 commit comments

Comments
 (0)