We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in.Actions
In VerifySchema and VerifySchemaVerb we have:
if err != nil { t.Errorf("failed to get schema: %v", err) return } if err != nil { // IMPOSSIBLE t.Errorf("failed to deserialize schema: %v", err) return }
Probably a refactor gone wrong...
The text was updated successfully, but these errors were encountered:
3d37c4a
chore: remove dead error handling (#3226)
70450c4
fixes #3130
matt2e
Successfully merging a pull request may close this issue.
In VerifySchema and VerifySchemaVerb we have:
Probably a refactor gone wrong...
The text was updated successfully, but these errors were encountered: