mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 14:03:06 +00:00
Fixed lint errors and add lint fix script
This commit is contained in:
@@ -36,8 +36,8 @@ interface CollectionListEntryItem {
|
||||
* An interface to represent an entry in the collection list
|
||||
*/
|
||||
export interface CollectionListEntry {
|
||||
communities: CollectionListEntryItem[],
|
||||
collection: CollectionListEntryItem
|
||||
communities: CollectionListEntryItem[];
|
||||
collection: CollectionListEntryItem;
|
||||
}
|
||||
|
||||
@Component({
|
||||
|
Reference in New Issue
Block a user