[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:
parent
6574d8233a
commit
3be32603df
|
@ -49,7 +49,7 @@ export class StakeholderService {
|
||||||
resolve();
|
resolve();
|
||||||
}, error => {
|
}, error => {
|
||||||
this.stakeholderSubject.next(null);
|
this.stakeholderSubject.next(null);
|
||||||
reject();
|
resolve();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue