From f9ddd12eceec87dff1e03fab0af0565463d47115 Mon Sep 17 00:00:00 2001 From: guru_sainath Date: Thu, 18 Jul 2024 15:29:33 +0530 Subject: [PATCH] fix: project issue store build error (#644) --- web/core/store/issue/project/issue.store.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/web/core/store/issue/project/issue.store.ts b/web/core/store/issue/project/issue.store.ts index 0db6829030..42fb808aec 100644 --- a/web/core/store/issue/project/issue.store.ts +++ b/web/core/store/issue/project/issue.store.ts @@ -181,7 +181,6 @@ export class ProjectIssues extends BaseIssuesStore implements IProjectIssues { throw error; } }; - // Using aliased names as they cannot be overridden in other stores archiveBulkIssues = this.bulkArchiveIssues; quickAddIssue = this.issueQuickAdd;