Closed graykick closed 6 years ago
enabled property of result of getMappings is always false. because, data.NewEnabled is string tpye. Therefore, when you use the === operator, you need to compare it with the string type, not the number.
enabled
data.NewEnabled
===
Landed and released, thank you!
enabled
property of result of getMappings is always false. because,data.NewEnabled
is string tpye. Therefore, when you use the===
operator, you need to compare it with the string type, not the number.