From 9631e57886e9fcf742ca0aa28ff7a6821bc27195 Mon Sep 17 00:00:00 2001 From: Giles Booth Date: Fri, 19 Aug 2022 11:26:25 +0100 Subject: [PATCH] attempted bug fix --- apps/suw/settings.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/suw/settings.js b/apps/suw/settings.js index 6c4694e70..7dad8d5a0 100644 --- a/apps/suw/settings.js +++ b/apps/suw/settings.js @@ -38,5 +38,5 @@ writeSettings(); } }, - }); -}) + }}); +});