pinata 1.7.1 → 1.7.2

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 CHANGED
@@ -1366,7 +1366,6 @@ var deleteGroup = async (config, options) => {
1366
1366
  "Content-Type": "application/json",
1367
1367
  ...config.customHeaders
1368
1368
  };
1369
- headers = { ...config.customHeaders };
1370
1369
  } else {
1371
1370
  headers = {
1372
1371
  Authorization: `Bearer ${config.pinataJwt}`,