diff --git a/src/app/app.html b/src/app/app.html index 7f6f156..2494166 100644 --- a/src/app/app.html +++ b/src/app/app.html @@ -28,7 +28,7 @@ - + diff --git a/src/app/components/records/records.ts b/src/app/components/records/records.ts index fd6d5c2..be8aff4 100644 --- a/src/app/components/records/records.ts +++ b/src/app/components/records/records.ts @@ -40,7 +40,7 @@ export class Records implements OnInit { from_timestamp = startOfWeek(currentDate, { weekStartsOn: 1}).toISOString() } - this.apiService.getRecordsMeasurementsRecordsGet(undefined, from_timestamp).subscribe( + this.apiService.getRecordsMeasurementsRecordsGet([], from_timestamp).subscribe( { next: records => { this.records = records;