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

Fixed failing unknown call for array schema #174

Merged
merged 1 commit into from
Apr 20, 2020

Conversation

sprootshift
Copy link
Contributor

After commit 429bfbf, Joi object unknown method was called for all input schemas. This results in a runtime error for array input schema. This commit only invokes unknown method for object schema type. For convenience VS Code launch file to debug tape tests is also included.

After commit 429bfbf Joi object unknown method was called for all input schemas. This results in a runtime error for array input schema. This commit only invokes unknown method for object schema type. For convenience VS Code launch file to debug tape tests is also included.
@tlivings tlivings added the bug label Apr 20, 2020
@tlivings tlivings self-requested a review April 20, 2020 16:10
@tlivings tlivings merged commit 3fc9a10 into krakenjs:master Apr 20, 2020
@sprootshift
Copy link
Contributor Author

Could you please release a patch version?

@tlivings
Copy link
Contributor

Published.

@sprootshift
Copy link
Contributor Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants