From 14b7107a5bd412ffd26f40dba0da5f4f361cd146 Mon Sep 17 00:00:00 2001 From: sebastian Date: Mon, 3 Aug 2026 16:17:28 +0200 Subject: [PATCH] ADD: Disable Records (temp) --- src/app/app.html | 2 +- src/app/components/records/records.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;