680 Untype incorrectly typed params

This commit is contained in:
Andrew Wood
2021-01-21 11:10:25 -05:00
parent ee2e3be057
commit 771183097c

View File

@@ -94,7 +94,7 @@ export class CollectionPageComponent implements OnInit {
)
);
this.route.queryParams.pipe(take(1)).subscribe((params: PaginationChangeEvent) => {
this.route.queryParams.pipe(take(1)).subscribe((params) => {
this.metadata.processRemoteData(this.collectionRD$);
});
}