Commit b1c63d9a authored by bunsenstraat's avatar bunsenstraat Committed by davidzagi93@gmail.com

have options for results

parent 6e9467fc
...@@ -363,7 +363,7 @@ class DGitProvider extends Plugin { ...@@ -363,7 +363,7 @@ class DGitProvider extends Plugin {
data.append('pinataMetadata', metadata) data.append('pinataMetadata', metadata)
const url = 'https://api.pinata.cloud/pinning/pinFileToIPFS' const url = 'https://api.pinata.cloud/pinning/pinFileToIPFS'
try { try {
await axios const result = await axios
.post(url, data, { .post(url, data, {
maxBodyLength: 'Infinity', maxBodyLength: 'Infinity',
headers: { headers: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment