From 9a097b29a6e71d5c2a62ea0106d5491cc82019d5 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 11 Oct 2022 08:01:17 -0400 Subject: [PATCH] added log in upload script --- scripts/upload.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upload.js b/scripts/upload.js index 0a85773..565b9c2 100644 --- a/scripts/upload.js +++ b/scripts/upload.js @@ -67,6 +67,7 @@ api.post('https://api.pinata.cloud/pinning/pinFileToIPFS', data, { 'Content-Type': `multipart/form-data; boundary=${data._boundary}`, }, }).then(res => { + console.log(res.data); }, err => { console.error(err); }); -- 2.51.2