From 6389bb5ceb27eab74aeb1cdae98fa3f0587bf8bc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niklas=20Schr=C3=B6tler?= <niklas.schroetler@tu-dortmund.de>
Date: Thu, 21 Dec 2023 10:54:15 +0000
Subject: [PATCH] config/default: Reverted to always

---
 public/config/default.json | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/public/config/default.json b/public/config/default.json
index c20bedc..44587bf 100644
--- a/public/config/default.json
+++ b/public/config/default.json
@@ -1,12 +1,7 @@
 {
   "id": "default",
   "schedule": {
-    "times": [
-      {
-        "from": "2023-12-19T21:30",
-        "to": "2023-12-20T21:00"
-      }
-    ]
+    "always": true
   },
   "panels": [
     {
-- 
GitLab