fix(runtime): resolve white-screen parse regressions and harden checklist/realtime keying
This commit is contained in:
parent
fbe1178e24
commit
75bf72435d
5 changed files with 24 additions and 26 deletions
|
|
@ -2,9 +2,6 @@ import type { BeadDependency, BeadIssueWithProject } from './types';
|
|||
import type { ProjectScopeOption } from './project-scope';
|
||||
import { readIssuesFromDisk } from './read-issues';
|
||||
|
||||
function scopeIssueId(projectKey: string, issueId: string): string {
|
||||
if (issueId.includes('::')) {
|
||||
return issueId;
|
||||
function scopeIssueId(projectKey: string, issueId: string): string {
|
||||
if (issueId.includes('::')) {
|
||||
return issueId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue