Skip to content

fix: resolve boolean coercion for env var values in config parsing#8

Merged
ArielSantos01 merged 1 commit intomainfrom
fix/boolean-coercion-env-var-config
Apr 16, 2026
Merged

fix: resolve boolean coercion for env var values in config parsing#8
ArielSantos01 merged 1 commit intomainfrom
fix/boolean-coercion-env-var-config

Conversation

@ArielSantos01
Copy link
Copy Markdown
Collaborator

Boolean(val) devuelve true para cualquier string no vacío (incluso "false"). Ahora se compara explícitamente con true o con el string "true", lo que maneja correctamente los valores que vienen de variables de entorno.

@ArielSantos01 ArielSantos01 merged commit 7bfd5ca into main Apr 16, 2026
2 checks passed
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