This commit is contained in:
Bel LaPointe
2023-10-26 07:43:44 -06:00
parent 78297a56a6
commit e1b601a130
3 changed files with 14 additions and 4 deletions

View File

@@ -113,9 +113,7 @@ func main() {
}
}
if r.URL.Query().Get("bpi") != "" {
for date := range register {
register[date] = register[date].WithBPIs(bpis)
}
register = register.WithBPIs(bpis)
}
// /MODIFIERS