mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 12:33:07 +00:00
ts lint fixes
This commit is contained in:
@@ -24,7 +24,6 @@ export class Community extends DSpaceObject {
|
|||||||
* Corresponds to the metadata field dc.description.abstract
|
* Corresponds to the metadata field dc.description.abstract
|
||||||
*/
|
*/
|
||||||
get shortDescription(): string {
|
get shortDescription(): string {
|
||||||
debugger;
|
|
||||||
return this.findMetadata('dc.description.abstract');
|
return this.findMetadata('dc.description.abstract');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user