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

client.retry() method is not typed correctly in the declaration file #45

Open
yusuf963 opened this issue Nov 20, 2023 · 1 comment
Open

Comments

@yusuf963
Copy link
Contributor

yusuf963 commented Nov 20, 2023

When user the http-transport library, we are getting an error says Property 'retry' does not exist on type 'HttpTransportClient<Context>' to to the fact the the type declaration is assume that the method name is client.retries() instead of client.retry()

@yusuf963 yusuf963 changed the title Type client.retry() method is not typed correctly in the declaration file Nov 20, 2023
@henrywarne
Copy link
Contributor

Type error:

Property 'retry' does not exist on type 'HttpTransportClient<Context>'.ts(2339

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

No branches or pull requests

2 participants