[accelerator] acceleration list query 1y

This commit is contained in:
nymkappa 2024-03-03 07:57:36 +01:00
parent 1deacb9996
commit d4c01f6b1f
No known key found for this signature in database
GPG Key ID: 92358FC85D9645DE

View File

@ -44,7 +44,7 @@ export class AccelerationsListComponent implements OnInit {
this.accelerationList$ = this.pageSubject.pipe( this.accelerationList$ = this.pageSubject.pipe(
switchMap((page) => { switchMap((page) => {
const accelerationObservable$ = this.accelerations$ || (this.pending ? this.servicesApiService.getAccelerations$() : this.servicesApiService.getAccelerationHistoryObserveResponse$({ timeframe: '1m', page: page })); const accelerationObservable$ = this.accelerations$ || (this.pending ? this.servicesApiService.getAccelerations$() : this.servicesApiService.getAccelerationHistoryObserveResponse$({ timeframe: '1y', page: page }));
return accelerationObservable$.pipe( return accelerationObservable$.pipe(
switchMap(response => { switchMap(response => {
let accelerations = response; let accelerations = response;