File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,8 +62,6 @@ async function fetchGithubSponsorsData() {
6262 const mapped = nodes . map ( n => {
6363 const s = n . sponsor || n . sponsorEntity || n . sponsorEntity ; // support different field names
6464 return {
65- id : s ?. id || null ,
66- login : s ?. login || null ,
6765 name : s ?. name || s ?. login || null ,
6866 image : s ?. avatarUrl || null ,
6967 url : s ?. url || null ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ without we can't test and release new versions of Node.js.
2323## Supporters
2424
2525Supporters are individuals and organizations that provide financial support through
26- [ OpenCollective] ( https://opencollective.com/nodejs ) of the Node.js project.
26+ [ OpenCollective] ( https://opencollective.com/nodejs ) and [ GitHub Sponsors ] ( https://github.com/sponsors/nodejs ) of the Node.js project.
2727
2828<WithSupporters />
2929
You can’t perform that action at this time.
0 commit comments