We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d49e7 commit 00e81c5Copy full SHA for 00e81c5
apps/site/next-data/generators/supportersData.mjs
@@ -54,7 +54,7 @@ async function fetchGithubSponsorsData() {
54
throw new Error(JSON.stringify(data.errors));
55
}
56
57
- const nodeRes = data.data.user?.sponsorshipsAsMaintainer;
+ const nodeRes = data.data.organization?.sponsorshipsAsMaintainer;
58
if (!nodeRes) {
59
break;
60
@@ -79,6 +79,7 @@ async function fetchGithubSponsorsData() {
79
80
cursor = pageInfo.endCursor;
81
82
+
83
return sponsors;
84
85
0 commit comments