added first implementation of position list

This commit is contained in:
Matthias Hinrichs
2025-07-05 05:10:42 +02:00
parent aef9342cc5
commit 3a1ddd88d9
9 changed files with 1348 additions and 452 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ func getStockCurrency(stock string) (string, error) {
}
// Parse the JSON response
var resp model.YahooChartResponse
var resp util.YahooChartResponse
err = json.Unmarshal([]byte(data), &resp)
if err != nil {
return "", err