Closed andre487 closed 8 years ago
May be this is my mistake but I suppose that record.unit = "F" should be record.unit == "F". Am I wrong?
record.unit = "F"
record.unit == "F"
I think you might be right, PR welcome!
I have created pull request from this issue
May be this is my mistake but I suppose that
record.unit = "F"
should berecord.unit == "F"
. Am I wrong?