From 3a4955f46ccf01ec9fb0075faaa6ede938ba04f8 Mon Sep 17 00:00:00 2001 From: Jairo Llopis <973709+yajo@users.noreply.github.com> Date: Wed, 20 Nov 2024 08:44:53 +0000 Subject: [PATCH] Fix wrong JSON syntax --- config.sample.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sample.json b/config.sample.json index 2c269681f2..4e31334b75 100644 --- a/config.sample.json +++ b/config.sample.json @@ -48,7 +48,7 @@ "feature_element_call_video_rooms": true }, "element_call": { - "url": "https://call.element.io", + "url": "https://call.element.io" }, "map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx" }