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: runtime field class methods return types #200

Merged

Conversation

robdasilva
Copy link
Contributor

There was a mismatch between the return types as defined in the JSDoc comments and the implicit return types inferred by TypeScript:

elastic-builder-type-error

There was a mismatch between the return types as defined in the JSDoc comments and the implicit return types inferred by TypeScript.
@sudo-suhas
Copy link
Owner

Thanks for the fix @robdasilva. But I think it is a mistake to not return this from the methods to be consistent with the rest of the types in the package. I missed it during the review of those changes.

@sudo-suhas sudo-suhas merged commit 8f73d34 into sudo-suhas:master Apr 14, 2024
8 checks passed
Copy link

🎉 This PR is included in version 2.28.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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