From cdb996d7bbd5bc3a365e629472f444c93d6a7a1b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niklas=20Schr=C3=B6tler?= <niklas@allround.digital>
Date: Sun, 7 Jan 2024 12:42:25 +0100
Subject: [PATCH] config/neujahr: Fixed to date

---
 public/config/neujahr.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/config/neujahr.json b/public/config/neujahr.json
index bf43938..4bdb4e5 100644
--- a/public/config/neujahr.json
+++ b/public/config/neujahr.json
@@ -4,7 +4,7 @@
     "times": [
       {
         "from": "2024-01-01T22:00",
-        "to": "2023-01-10T18:00"
+        "to": "2024-01-10T18:00"
       }
     ]
   },
-- 
GitLab