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

Input validation #393

Open
AuHau opened this issue Oct 18, 2022 · 0 comments
Open

Input validation #393

AuHau opened this issue Oct 18, 2022 · 0 comments
Labels
bug Something isn't working issue

Comments

@AuHau
Copy link
Contributor

AuHau commented Oct 18, 2022

On many places in the config creations we have Number(...), but Number("asd") === NaN which is still number but not really applicable for our usecases. We should therefore validate that we have indeed valid number.

This could be tackled together with #388

@AuHau AuHau added the bug Something isn't working label Oct 18, 2022
@bee-runner bee-runner bot added the issue label Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working issue
Projects
None yet
Development

No branches or pull requests

1 participant