-
Notifications
You must be signed in to change notification settings - Fork 217
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
IClient.release() has no return type annotation #854
Labels
Comments
I just looked up the history of the file |
I'm also facing this issue with v10.15.3:
Please fix it. |
Addressed in v10.15.4 update. Please confirm and close the issue, if sorted 😉 |
Can confirm, it works now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pretty much what it says in the title. The method
IClient.release()
lacks a return type annotation. Recently, TypeScript has started to raise an error because of this (I am not entirely sure why).The text was updated successfully, but these errors were encountered: