pinata 1.9.0 → 1.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2236,7 +2236,6 @@ var vectorizeQuery = async (config, options) => {
|
|
|
2236
2236
|
if (resData.matches.length === 0) {
|
|
2237
2237
|
throw new PinataError(`No files returned in query to fetch`);
|
|
2238
2238
|
}
|
|
2239
|
-
console.log(config.pinataGateway);
|
|
2240
2239
|
const cid = resData.matches[0].cid;
|
|
2241
2240
|
const fileRes = await getCid(config, cid, void 0);
|
|
2242
2241
|
return fileRes;
|