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

Further fixes in service of Issue #366 #384

Merged
merged 2 commits into from
May 17, 2024

Conversation

tywalch
Copy link
Owner

@tywalch tywalch commented May 17, 2024

A bug was discovered that the logic to validate the presence of an attribute was a simple falsey check instead of a check that the value was undefined. This caused empty strings, zero values, and the boolean value false to incorrectly be considered missing

A bug was discovered that the logic to validate the presence of an attribute was a simple falsey check instead of a check that the value was `undefined`. This caused empty strings, zero values, and the boolean value `false` to incorrectly be considered missing
Copy link

netlify bot commented May 17, 2024

Deploy Preview for electrodb-dev canceled.

Name Link
🔨 Latest commit 9e72382
🔍 Latest deploy log https://app.netlify.com/sites/electrodb-dev/deploys/664777a0a0146000087dec46

@tywalch tywalch merged commit 94ef998 into master May 17, 2024
8 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.

None yet

1 participant