BillingData: Fix typo
This commit is contained in:
@ -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 { }
|
||||
|
||||
|
Reference in New Issue
Block a user