@aws-amplify/datastore 3.5.2-unstable.1 → 3.5.2-unstable.2

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.
@@ -93073,7 +93073,7 @@ function () {
93073
93073
  })();
93074
93074
 
93075
93075
  return function () {
93076
- Object.keys(subscriptions).map(function (modelName) {
93076
+ Object.keys(subscriptions).forEach(function (modelName) {
93077
93077
  subscriptions[modelName][_utils__WEBPACK_IMPORTED_MODULE_6__["TransformerMutationType"].CREATE].forEach(function (subscription) {
93078
93078
  return subscription.unsubscribe();
93079
93079
  });