From 299da6d82247277c4a1d2ccb5cada79a50f2d47f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Schr=C3=B6tler?= <niklas.schroetler@tu-dortmund.de> Date: Tue, 15 Oct 2024 16:12:53 +0000 Subject: [PATCH] Update public/config/foobar.json --- public/config/foobar.json | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/public/config/foobar.json b/public/config/foobar.json index 4e3e563..b757f1f 100644 --- a/public/config/foobar.json +++ b/public/config/foobar.json @@ -4,23 +4,8 @@ "schedule": { "times": [ { - "from": "2024-05-07T18:00", - "to": "2024-05-07T22:00" - },{ - "from": "2024-05-21T18:00", - "to": "2024-05-21T22:00" - },{ - "from": "2024-06-04T18:00", - "to": "2024-06-04T22:00" - },{ - "from": "2024-06-18T18:00", - "to": "2024-06-18T22:00" - },{ - "from": "2024-07-02T18:00", - "to": "2024-07-02T22:00" - },{ - "from": "2024-07-16T18:00", - "to": "2024-07-16T22:00" + "from": "2024-10-15T18:00", + "to": "2024-10-15T22:00" } ] }, -- GitLab