@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/esm/index.js
CHANGED
|
@@ -894,7 +894,7 @@ const fetchFencePresignedURL = async ({ guid, method = 'GET', onAbort = ()=>null
|
|
|
894
894
|
} : {}
|
|
895
895
|
});
|
|
896
896
|
if (!response.ok) {
|
|
897
|
-
throw new HTTPError(response.status, response.statusText
|
|
897
|
+
throw new HTTPError(response.status, response.statusText);
|
|
898
898
|
}
|
|
899
899
|
if (response.status === 204) {
|
|
900
900
|
// no content so returns null
|