reva icon indicating copy to clipboard operation
reva copied to clipboard

fix: property Discovers() in client.go

Open jnweiger opened this issue 9 months ago • 1 comments

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.

jnweiger avatar Apr 25 '24 17:04 jnweiger