mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 14:33:03 +00:00
Fixed TSLint errors
This commit is contained in:
@@ -120,7 +120,7 @@ export class SearchService implements OnDestroy {
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
const pageInfoObs: Observable<PageInfo> = responseCacheObs.pipe(
|
||||
map((entry: ResponseCacheEntry) => entry.response),
|
||||
map((response: FacetValueSuccessResponse) => response.pageInfo)
|
||||
|
@@ -81,8 +81,4 @@ export class PaginatedList<T> {
|
||||
set last(last: string) {
|
||||
this.pageInfo.last = last;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user