@aws-amplify/predictions 4.0.32 → 4.0.33-cloud-logging.10
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.
|
@@ -95510,6 +95510,11 @@ function () {
|
|
|
95510
95510
|
var _this = this;
|
|
95511
95511
|
|
|
95512
95512
|
this._config = config ? config : {};
|
|
95513
|
+
|
|
95514
|
+
if (!_aws_amplify_core__WEBPACK_IMPORTED_MODULE_0__["StorageHelper"]) {
|
|
95515
|
+
return;
|
|
95516
|
+
}
|
|
95517
|
+
|
|
95513
95518
|
this._storage = new _aws_amplify_core__WEBPACK_IMPORTED_MODULE_0__["StorageHelper"]().getStorage();
|
|
95514
95519
|
_aws_amplify_core__WEBPACK_IMPORTED_MODULE_0__["Hub"].listen('auth', function (data) {
|
|
95515
95520
|
var payload = data.payload;
|