@gen3/core 0.12.6 → 0.12.9
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 +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +2 -2
- package/LICENSE +0 -201
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
|
|
917
|
+
throw new HTTPError(response.status, response.statusText);
|
|
918
918
|
}
|
|
919
919
|
if (response.status === 204) {
|
|
920
920
|
// no content so returns null
|