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: property Discovers() in client.go #4662

Open
wants to merge 1 commit into
base: edge
Choose a base branch
from

Conversation

jnweiger
Copy link

@jnweiger jnweiger commented Apr 25, 2024

Storing json Decode() results in the client c object does not seem right. It probably silently ignores everything.

There is an unused var cap Capabilities directly above, that is returned uninitialized directly below. I assume it was meant to use this variable cap instead of the variable c.

Storing json Decode() results in the client c object does not seem right. It probably silently ignores everything.

There is an unused var cap Capabilities directly above, that is returned uninitialized directly below. I assume it was meant to use this variable.
Description
@jnweiger jnweiger requested a review from labkode as a code owner April 25, 2024 17:22
Copy link

update-docs bot commented Apr 25, 2024

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

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

Successfully merging this pull request may close these issues.

1 participant