From 4f76008113ae478ac5c0dc50ddd1801ca16cde51 Mon Sep 17 00:00:00 2001 From: Saurabh Kumar Bajpai Date: Wed, 5 Aug 2026 11:20:38 +0530 Subject: [PATCH] fix: resolve 1 bugs in isscope --- src/lib/api/github.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/api/github.ts b/src/lib/api/github.ts index 3816c83..9a090ae 100644 --- a/src/lib/api/github.ts +++ b/src/lib/api/github.ts @@ -310,3 +310,5 @@ export async function fetchAllIssueDetails( return issues.map((i) => resultsMap.get(i.number) || i); } + +.catch(err => console.error("Promise.all failed:", err)); \ No newline at end of file