feat: export deriveBlockedIds for reuse in BlockedTriageModal
This commit is contained in:
parent
0a3aa3d90b
commit
ac269414e6
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ function hasQualitySignal(issue: BeadIssue): boolean {
|
|||
return false;
|
||||
}
|
||||
|
||||
function deriveBlockedIds(issues: BeadIssue[]): Set<string> {
|
||||
export function deriveBlockedIds(issues: BeadIssue[]): Set<string> {
|
||||
const issueById = new Map(issues.map((issue) => [issue.id, issue]));
|
||||
const blockedIds = new Set<string>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue