[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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;
}
};