Skip to content

Commit 00e81c5

Browse files
committed
fixup
1 parent 46d49e7 commit 00e81c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ async function fetchGithubSponsorsData() {
5454
throw new Error(JSON.stringify(data.errors));
5555
}
5656

57-
const nodeRes = data.data.user?.sponsorshipsAsMaintainer;
57+
const nodeRes = data.data.organization?.sponsorshipsAsMaintainer;
5858
if (!nodeRes) {
5959
break;
6060
}
@@ -79,6 +79,7 @@ async function fetchGithubSponsorsData() {
7979

8080
cursor = pageInfo.endCursor;
8181
}
82+
8283
return sponsors;
8384
}
8485

0 commit comments

Comments
 (0)