main
Bel LaPointe 2023-10-25 14:51:31 -06:00
parent 42b493c24d
commit 8155e57619
1 changed files with 2 additions and 0 deletions

View File

@ -76,11 +76,13 @@ func main() {
register := deltas.Like(foolike...).Register()
// MODIFIERS
if r.URL.Query().Get("bpi") != "" {
for date := range register {
register[date] = register[date].WithBPIs(bpis)
}
}
// /MODIFIERS
nameCurrencyDateValue := map[string]map[ledger.Currency]map[string]float64{}
dates := []string{}