Commit Graph
1 Commits
Author SHA1 Message Date
Anton Aksola ad97b744a3 Fix numeric to bool conversion in converter (#7579)
A type switch case with multiple conditions causes the value to remain as
interface which causes toBool to always return true for any numeric values.
2020-05-26 12:07:24 -07:00