mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 22:13:02 +00:00
[TLC-380] Lint fixes
This commit is contained in:
@@ -229,7 +229,6 @@ export class BrowseService {
|
||||
* @param linkPath
|
||||
*/
|
||||
getBrowseURLFor(metadataKey: string, linkPath: string): Observable<string> {
|
||||
console.log("Looking for " + metadataKey + " in link path " + linkPath);
|
||||
const searchKeyArray = BrowseService.toSearchKeyArray(metadataKey);
|
||||
return this.getBrowseDefinitions().pipe(
|
||||
getRemoteDataPayload(),
|
||||
@@ -261,7 +260,7 @@ export class BrowseService {
|
||||
let searchKeyArray: string[] = [];
|
||||
metadataKeys.forEach((metadataKey) => {
|
||||
searchKeyArray = searchKeyArray.concat(BrowseService.toSearchKeyArray(metadataKey));
|
||||
})
|
||||
});
|
||||
return this.getBrowseDefinitions().pipe(
|
||||
getRemoteDataPayload(),
|
||||
getPaginatedListPayload(),
|
||||
|
Reference in New Issue
Block a user