@gen3/core 0.12.6 → 0.12.8

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/cjs/index.js CHANGED
@@ -914,7 +914,7 @@ const fetchFencePresignedURL = async ({ guid, method = 'GET', onAbort = ()=>null
914
914
  } : {}
915
915
  });
916
916
  if (!response.ok) {
917
- throw new HTTPError(response.status, response.statusText, response.text());
917
+ throw new HTTPError(response.status, response.statusText);
918
918
  }
919
919
  if (response.status === 204) {
920
920
  // no content so returns null