Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Boolean fetch env 'false' value bugs (#99)
* Fix: Boolean class doesnt convert strings to boolean Boolean('false') returns true; Use string equallity to properly identify if string is true or false. * Fix: properly handle envs whos value is boolean false Previously we didnt properly handle a boolean false value, it would just make it look like it failed to get the value. This will strictly check whether value is defined or not.
- Loading branch information