Skip to content

Commit

Permalink
Update contributors-data.js
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored Nov 22, 2023
1 parent c567e66 commit add0975
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ async function fetchContributors(){
console.log("assignees OBJECT: " + contributorInfo.assignees);
console.log("assignees OBJECT [0]: " + contributorInfo.assignees[0]);
console.log("assignees OBJECT [0][0]: " + contributorInfo.assignees[0][0]);
contributorInfo.assignees.forEach(user => console.log(" for each " + user.login);
contributorInfo.assignees.forEach(user => console.log(" for each " + user.login));
contributorInfo.assignees.forEach(user => allContributorsSince[user.login] = true);
console.log(allContributorsSince);
allContributorsSince[contributorInfo.assignee.login] = true;
Expand Down

0 comments on commit add0975

Please sign in to comment.