Skip to content
Snippets Groups Projects
Commit 790ca4bc authored by Lotte Hofstede's avatar Lotte Hofstede
Browse files

Fixed TSLint errors

parent e56ea2af
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment