From 95edc5e11fe21f815bd820eb63c1f5946ed3e25a Mon Sep 17 00:00:00 2001 From: korrrba <88761781+gitcoindev@users.noreply.github.com> Date: Wed, 8 Nov 2023 15:12:06 +0100 Subject: [PATCH] Update index.ts --- index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.ts b/index.ts index ada5429b..e65371b1 100644 --- a/index.ts +++ b/index.ts @@ -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 @@ -139,7 +139,7 @@ async function main() { // close missing issues await forceCloseMissingIssues(devpoolIssues, allProjectIssues); - + */ } catch (err) { console.log(err); }