Closed SaladFork closed 3 years ago
In getXpRates, the code initializes rates to an empty hash {} but then tries to += an undefined property on it. This results in it being NaN.
getXpRates
rates
{}
+=
Oops, forgot to test that for production skills. Fixed in 0.4.2, thanks a lot for reporting!
In
getXpRates
, the code initializesrates
to an empty hash{}
but then tries to+=
an undefined property on it. This results in it being NaN.