Skip to content

Commit

Permalink
fix: fix for null tier in github provider (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug authored Aug 23, 2024
1 parent 91f1875 commit 4efb40d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/github/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export async function fetchGitHubSponsors(
} while (cursor)

const processed = sponsors
.filter((raw: any) => !!raw.tier)
.map((raw: any): Sponsorship => ({
sponsor: {
...raw.sponsorEntity,
Expand Down

0 comments on commit 4efb40d

Please sign in to comment.