Skip to content

Commit

Permalink
fix(github): links of past contributors (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
kecrily authored Jul 6, 2023
1 parent 72e79c4 commit bf889c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/github/get-past-sponsors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ function pickSponsorsInfo(html: string): Sponsorship[] {
return {
sponsor: {
__typename: undefined,
linkUrl: `https://github.com/${name}`,
login,
name,
avatarUrl,
Expand Down

0 comments on commit bf889c0

Please sign in to comment.