From 1e9112aee8c5f8c7cc1fd0584a60489a8b704dee Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 16 Aug 2024 09:41:21 +0100 Subject: [PATCH] Fix sample config value --- config.sample.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sample.json b/config.sample.json index 0033b17eba..acca45aaf8 100644 --- a/config.sample.json +++ b/config.sample.json @@ -22,7 +22,7 @@ "https://scalar-staging.vector.im/api", "https://scalar-staging.riot.im/scalar/api" ], - "default_widget_height": "280px", + "default_widget_height": 280, "default_country_code": "GB", "show_labs_settings": false, "features": {},