[WEB-3863] fix: links error handling #7126

This commit is contained in:
Akshita Goyal
2025-05-30 18:24:01 +05:30
committed by GitHub
parent a0a697401b
commit 099a1cc12b

View File

@@ -141,7 +141,7 @@ export class IssueLinkStore implements IIssueLinkStore {
set(this.linkMap, [linkId, key], initialData[key as keyof TIssueLink]);
});
});
return initialData;
throw error;
}
};