Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
gitcoindev authored Nov 8, 2023
1 parent f8c35c5 commit 95edc5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async function main() {

// aggregate all project issues
const allProjectIssues: Issue[] = [];

/*
// for each project URL
for (let projectUrl of projects.urls) {
// get owner and repository names from project URL
Expand Down Expand Up @@ -139,7 +139,7 @@ async function main() {
// close missing issues
await forceCloseMissingIssues(devpoolIssues, allProjectIssues);

*/
} catch (err) {
console.log(err);
}
Expand Down

0 comments on commit 95edc5e

Please sign in to comment.