BillingData: Fix typo
This commit is contained in:
@ -214,7 +214,7 @@ namespace Elwig.Helpers.Billing {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
return new JsonObject() {
|
return new JsonObject() {
|
||||||
["15kmw"] = Math.Round(x.Distinct().Single(), prec)
|
["15kmw"] = Math.Round(y.Distinct().Single(), prec)
|
||||||
};
|
};
|
||||||
} catch { }
|
} catch { }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user