[Trunk | Library]: deletedByInference.service: Bug fix
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@56599 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
7f08d988c5
commit
d537e16b1e
|
@ -4,7 +4,6 @@ import {DeletedByInferenceResult} from '../../../utils/entities/deletedByInferen
|
|||
import {EnvProperties} from '../../../utils/properties/env-properties';
|
||||
import {ParsingFunctions} from '../parsingFunctions.class';
|
||||
import {map} from "rxjs/operators";
|
||||
import {DeletedByInferenceOrganization} from "../../../utils/entities/deletedByInferenceOrganization";
|
||||
|
||||
@Injectable()
|
||||
export class DeletedByInferenceService {
|
||||
|
@ -129,7 +128,7 @@ export class DeletedByInferenceService {
|
|||
}
|
||||
}
|
||||
|
||||
if(_result['oaf:result'] && result['oaf:result']['pid']) {
|
||||
if(_result['oaf:result'] && _result['oaf:result']['pid']) {
|
||||
result.identifiers = this.parsingFunctions.parseIdentifiers(_result['oaf:result']['pid']);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue