File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
libs/common/src/response-messages Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -636,9 +636,6 @@ export class OrganizationService {
636
636
orgIds = organizations ?. map ( item => item . id ) ;
637
637
638
638
const orgEcosystemDetails = await this . _getOrgEcosystems ( orgIds ) ;
639
- if ( ! orgEcosystemDetails || ! Array . isArray ( orgEcosystemDetails ) || 0 === orgEcosystemDetails . length ) {
640
- throw new NotFoundException ( ResponseMessages . ecosystem . error . ecosystemDetailsNotFound ) ;
641
- }
642
639
643
640
updatedOrgs = getOrgs . organizations . map ( org => {
644
641
const matchingEcosystems = orgEcosystemDetails
Original file line number Diff line number Diff line change @@ -385,11 +385,7 @@ export const ResponseMessages = {
385
385
notFound : 'Not Found' ,
386
386
serverError : 'Internal Server error'
387
387
} ,
388
- ecosystem : {
389
- error : {
390
- ecosystemDetailsNotFound : 'Ecosystem details not found'
391
- }
392
- } ,
388
+
393
389
webhook : {
394
390
success : {
395
391
webhookUrlRegister : 'Webhook Url registered successfully' ,
You can’t perform that action at this time.
0 commit comments