fixed not closed function

This commit is contained in:
Justin
2023-03-17 14:53:26 +08:00
committed by GitHub
parent 854b0ca592
commit 4b2515706b

View File

@@ -1236,8 +1236,8 @@ function getTradingSettings(page) {
symbols: symbols, symbols: symbols,
}; };
} }
return settings; return settings;
}
// gets the current wether and forecast settings // gets the current wether and forecast settings
function getWeatherSettings(page) { function getWeatherSettings(page) {