dccxx-s3-explorer 1.0.54 → 1.0.55
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/s3-explorer.js
CHANGED
|
@@ -16633,7 +16633,7 @@ const rt = {
|
|
|
16633
16633
|
const R = await he.post(`${t}/api/get-ingestion-job-status`, {
|
|
16634
16634
|
prefix: d
|
|
16635
16635
|
});
|
|
16636
|
-
R.data === "FAILED" || R.data === "COMPLETE" || R.data === "STOPPED" || R.data === "STOPPING" ? (De(!1), hi.current && clearInterval(hi.current)) : (De(!0), hi.current = setInterval(() => vi(), 5e3));
|
|
16636
|
+
(R == null ? void 0 : R.data) === "FAILED" || (R == null ? void 0 : R.data) === "COMPLETE" || (R == null ? void 0 : R.data) === "STOPPED" || (R == null ? void 0 : R.data) === "STOPPING" || !(R != null && R.data) ? (De(!1), hi.current && clearInterval(hi.current)) : (De(!0), hi.current = setInterval(() => vi(), 5e3));
|
|
16637
16637
|
} catch (R) {
|
|
16638
16638
|
console.log(R);
|
|
16639
16639
|
}
|