mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 22:13:02 +00:00
Fixed lint errors and add lint fix script
This commit is contained in:
@@ -77,7 +77,7 @@ export class BrowseService {
|
||||
ensureArrayHasValue(),
|
||||
map((definitions: BrowseDefinition[]) => definitions
|
||||
.map((definition: BrowseDefinition) => {
|
||||
return Object.assign(new BrowseDefinition(), definition)
|
||||
return Object.assign(new BrowseDefinition(), definition);
|
||||
})),
|
||||
distinctUntilChanged(),
|
||||
);
|
||||
|
Reference in New Issue
Block a user