Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jan 27, 2024
1 parent 983d65e commit edae195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/fetch-sponsors.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ async function fetchGitHubSponsors() {
}

let pageInfo = sponsorshipsResponse.organization.sponsorshipsAsMaintainer.pageInfo;
let sponsorships = sponsorshipsResponse.organization.sponsorshipsAsMaintainer.nodes;
const sponsorships = sponsorshipsResponse.organization.sponsorshipsAsMaintainer.nodes;
let pageNumber = 1;

while (pageInfo.hasNextPage) {
Expand Down

0 comments on commit edae195

Please sign in to comment.