From 4b2515706b1efbcc33fd58397eddbcc53ee79a3b Mon Sep 17 00:00:00 2001 From: Justin Date: Fri, 17 Mar 2023 14:53:26 +0800 Subject: [PATCH] fixed not closed function --- static/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/app.js b/static/app.js index 0d4e126..31b9db0 100755 --- a/static/app.js +++ b/static/app.js @@ -1236,8 +1236,8 @@ function getTradingSettings(page) { symbols: symbols, }; } - return settings; +} // gets the current wether and forecast settings function getWeatherSettings(page) {