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 panic when type on schema is empty. #22 #24

Merged
merged 1 commit into from
Sep 18, 2023
Merged

Fixed panic when type on schema is empty. #22 #24

merged 1 commit into from
Sep 18, 2023

Conversation

daveshanley
Copy link
Member

A panic was being thrown when a schema is missing a type and checking for a query param. All schemas should always have a type, assumption however is the mother of all f**kups.

A panic was being thrown when a schema is missing a type and checking for a query param. All schemas should always have a type, assumption however is the mother of all f**kups.

Signed-off-by: Dave Shanley <dave@quobix.com>
@daveshanley daveshanley merged commit e304fea into main Sep 18, 2023
1 check passed
@daveshanley daveshanley deleted the v0.0.19 branch September 18, 2023 12:55
@daveshanley
Copy link
Member Author

This has been fixed in v0.0.19

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