Open paulwongx opened 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.
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.