[WEB-4836] fix: work item retrieval in peek overview (#7705)

This commit is contained in:
Prateek Shourya
2025-09-02 19:26:35 +05:30
committed by GitHub
parent 652a6cc885
commit 28d368d502

View File

@@ -107,7 +107,7 @@ export class IssueStore implements IIssueStore {
this.localDBIssueDescription = issueId;
}
await this.issueService.retrieve(workspaceSlug, projectId, issueId, query);
issue = await this.issueService.retrieve(workspaceSlug, projectId, issueId, query);
if (!issue) throw new Error("Work item not found");