This commit is contained in:
Bel LaPointe
2023-10-27 17:21:59 -06:00
parent 8a0b42ee77
commit 284011b345
2 changed files with 4 additions and 4 deletions

View File

@@ -113,7 +113,7 @@ func main() {
panic(err)
}
prediction = append(prediction, ana.NewInterestPredictor(fields[0], fields[1], apy))
case "contributions":
case "autoContributions":
prediction = append(prediction, ana.NewContributionPredictor(register))
default:
panic(k)