dappuniversity / decentragram

131 stars 145 forks source link

[bug] Fixed ipfs upload function #3

Open paulwongx opened 3 years ago

paulwongx commented 3 years ago

The ipfs callback upload function doesn't work for me anymore. Changed it to async/await as per ipfs-http-client documentation.

Also calling result.path instead of result[0].hash as the latter is outdated.