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
msgraph-sdk-javascript/src/HTTPClientFactory.ts
Line 45 in 1ccd751
In the comments it says it should be public. Which is correct?
The text was updated successfully, but these errors were encountered:
@darrelmiller Actually, the access specifier for a member of a class defaults to public. So the createWithMiddleware is public.
Was adding public for more readability and missed with this method. Fix will be merged with the PR from Linter_and_Prettier branch.
Sorry, something went wrong.
Fixed in v1.5.2
No branches or pull requests
msgraph-sdk-javascript/src/HTTPClientFactory.ts
Line 45 in 1ccd751
In the comments it says it should be public. Which is correct?
The text was updated successfully, but these errors were encountered: