BillingData: Fix typo

This commit is contained in:
2024-01-23 00:56:08 +01:00
parent d5124829de
commit 58a13eb3cc

View File

@ -214,7 +214,7 @@ namespace Elwig.Helpers.Billing {
try {
return new JsonObject() {
["15kmw"] = Math.Round(x.Distinct().Single(), prec)
["15kmw"] = Math.Round(y.Distinct().Single(), prec)
};
} catch { }