ts lint fixes

This commit is contained in:
Lotte Hofstede
2018-02-13 15:47:06 +01:00
parent 38fccfca58
commit c9071bc067
2 changed files with 1 additions and 2 deletions

View File

@@ -24,7 +24,6 @@ export class Community extends DSpaceObject {
* Corresponds to the metadata field dc.description.abstract
*/
get shortDescription(): string {
debugger;
return this.findMetadata('dc.description.abstract');
}

View File

@@ -15,4 +15,4 @@ import { CommunitySearchResult } from '../../../object-collection/shared/communi
@renderElementsFor(CommunitySearchResult, ViewMode.Grid)
export class CommunitySearchResultGridElementComponent extends SearchResultGridElementComponent<CommunitySearchResult, Community> {
}
}