Skip to content

Rewrote the convoluted return statement of getContentFromGunAndIPFS into a linear code flow.

CSDUMMI requested to merge CSDUMMI/libresilient:rewrite-gun-ipfs into master

The return statement of getContentFromGunAndIPFS uses several chained then calls, which I tried to replace with a linear single function, creating more readable and more understandable code.

Edited by CSDUMMI

Merge request reports