cs3org / reva

WebDAV/gRPC/HTTP high performance server to link high level clients to storage backends
https://reva.link
Apache License 2.0
165 stars 113 forks source link

fix: property Discovers() in client.go #4662

Open jnweiger opened 2 months ago

jnweiger commented 2 months ago

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.

update-docs[bot] commented 2 months ago

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.