From d6fbdc2286a20a0d0a2b1fc17dee184559ceeac8 Mon Sep 17 00:00:00 2001 From: Saurabh Kumar Bajpai Date: Wed, 5 Aug 2026 16:31:04 +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