From ce4f10e2abb74056859975724779201e430deb3b Mon Sep 17 00:00:00 2001
From: Konrad Mohrfeldt <konrad.mohrfeldt@farbdev.org>
Date: Thu, 11 Jul 2024 15:08:19 +0200
Subject: [PATCH] fix: fix malformed JSON

---
 fixtures/sample/radiosettings.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fixtures/sample/radiosettings.json b/fixtures/sample/radiosettings.json
index 39632a71..68e7e2f6 100644
--- a/fixtures/sample/radiosettings.json
+++ b/fixtures/sample/radiosettings.json
@@ -20,7 +20,7 @@
             "show_logo_shape": "rect",
             "station_logo": null,
             "station_name": "Radio AURA",
-            "station_website": "https://aura.radio",
-        },
+            "station_website": "https://aura.radio"
+        }
     }
 ]
-- 
GitLab