[Library | Trunk]: Fix load environment on properties

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58907 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-06-12 14:37:40 +00:00
parent 1044737f9d
commit b7e29a6139
1 changed files with 28 additions and 27 deletions

View File

@ -21,6 +21,7 @@ export class EnvironmentSpecificService {
}
public loadEnvironment() {
this.envSpecific = properties;
return Promise.resolve(this.envSpecific);
}