From 76403fbaba11f9d4f45cccbc331419c2d62daacc Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Tue, 15 Jun 2021 13:20:42 +0000 Subject: [PATCH] [Library | Trunk]: Remove some double ;; git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@61221 d315682c-612b-4755-9ff5-7f18f6832af3 --- utils/entitiesAutoComplete/entitySearch.service.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/entitiesAutoComplete/entitySearch.service.ts b/utils/entitiesAutoComplete/entitySearch.service.ts index f52c8609..95f20506 100644 --- a/utils/entitiesAutoComplete/entitySearch.service.ts +++ b/utils/entitiesAutoComplete/entitySearch.service.ts @@ -35,7 +35,7 @@ export class EntitiesSearchService { return this.parse(request,"oaf:project","project"); }).catch((ex) => { console.error('An error occured', ex); - return [{id:'-2',label:'Error'}];; + return [{id:'-2',label:'Error'}]; }); }*/ searchByDepositType(keyword:string, DepositType:string, properties:EnvProperties ):any { @@ -78,7 +78,7 @@ export class EntitiesSearchService { return this.parse(request,"oaf:organization","organization"); }).catch((ex) => { console.error('An error occured', ex); - return [{id:'-2',label:'Error'}];; + return [{id:'-2',label:'Error'}]; }); } @@ -133,7 +133,7 @@ private fetch (link,id,oafEntityType,type, properties:EnvProperties ){ })) .pipe(catchError((ex) => { console.error('An error occured', ex); - return [{id:'-2',label:'Error'}];; + return [{id:'-2',label:'Error'}]; })); }