mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
DS-8408 - more lint problems
This commit is contained in:
@@ -228,7 +228,7 @@ export class DSOSelectorComponent implements OnInit, OnDestroy {
|
||||
*/
|
||||
search(query: string, page: number, useCache: boolean = true): Observable<RemoteData<PaginatedList<SearchResult<DSpaceObject>>>> {
|
||||
// default sort is only used when there is not query
|
||||
var efectiveSort=query ? null : this.sort;
|
||||
let efectiveSort = query ? null : this.sort;
|
||||
return this.searchService.search(
|
||||
new PaginatedSearchOptions({
|
||||
query: query,
|
||||
|
Reference in New Issue
Block a user