prediction mvp woo
This commit is contained in:
@@ -23,7 +23,7 @@ func (prediction Prediction) predict(latest ledger.Balances, from time.Time, the
|
||||
for i := range these {
|
||||
k := these[i].Format("2006-01")
|
||||
result[k] = make(ledger.Balances)
|
||||
for k2, v2 := range result[k] {
|
||||
for k2, v2 := range latest {
|
||||
result[k][k2] = maps.Clone(v2)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user