Skip to content

Commit

Permalink
fix: sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhdaware committed Nov 20, 2024
1 parent 3e2949b commit 9abb084
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/docs/utils/getSponsors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export const getSponsors = async () => {
'https://ghs.vercel.app/v2/sponsors/saurabhdaware'
).then((res) => res.json());

// Current and past are swapped - https://github.com/filiptronicek/gh-sponsors-api/issues/27
const sponsors = sponsorsData.sponsors.past;
const sponsors = sponsorsData.sponsors.current;
return sponsors;
};

0 comments on commit 9abb084

Please sign in to comment.