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(server): fix import path truthiness check #16570

Merged
merged 1 commit into from
Mar 4, 2025

Conversation

etnoy
Copy link
Contributor

@etnoy etnoy commented Mar 4, 2025

When creating a library and showing the import path form, it failed to add a new import path due to zero being evaluated as false. This PR explicitly checks against null instead, allowing the path to be added

@zackpollard zackpollard merged commit 49d3932 into main Mar 4, 2025
46 checks passed
@zackpollard zackpollard deleted the fix/first-library-import-path branch March 4, 2025 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants