Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Boolean fetch env 'false' value bugs #99

Merged
merged 2 commits into from
Apr 23, 2020
Merged

Fix: Boolean fetch env 'false' value bugs #99

merged 2 commits into from
Apr 23, 2020

Conversation

alewitt2
Copy link
Member

No description provided.

Boolean('false') returns true; Use string equallity to properly identify if string is true or 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.
@alewitt2 alewitt2 requested a review from adamkingit April 23, 2020 17:11
@alewitt2 alewitt2 merged commit 03272f3 into master Apr 23, 2020
@alewitt2 alewitt2 deleted the bug-fixes branch April 23, 2020 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants