[Library | Trunk]: Stakeholder service: get stakeholder replace reject with resolve to avoid throwing an error.

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60277 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2021-01-22 12:28:16 +00:00
parent 6574d8233a
commit 3be32603df
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ export class StakeholderService {
resolve();
}, error => {
this.stakeholderSubject.next(null);
reject();
resolve();
});
});
}