Skip to content

Same change as #378 to an overlooked line#380

Merged
kethinov merged 1 commit intorooseveltframework:mainfrom
huangbaron2:fix-empty-env-string
Mar 14, 2026
Merged

Same change as #378 to an overlooked line#380
kethinov merged 1 commit intorooseveltframework:mainfrom
huangbaron2:fix-empty-env-string

Conversation

@huangbaron2
Copy link
Copy Markdown
Contributor

This change allows for empty string to be set from ENV variables which is different than unsetting the ENV. The original if check would return false because empty string is falsey. The change explicitly checks the process.env JSON to see if the key exists and then sets the variable to whatever is there (which can now be empty string)

Continuation of #378

…V variables, same thing as PR#378 but for an overlooked line
@kethinov kethinov merged commit ffbc590 into rooseveltframework:main Mar 14, 2026
9 checks passed
@kethinov
Copy link
Copy Markdown
Member

Published to npm as 1.0.2 https://www.npmjs.com/package/source-configs?activeTab=versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants