dataflux 1.24.0 → 1.24.1

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/Store.js CHANGED
@@ -536,7 +536,7 @@ function _deleteByFilter(type, filterFunction) {
536
536
  for (_iterator6.s(); !(_step6 = _iterator6.n()).done;) {
537
537
  var object = _step6.value;
538
538
  if (object.status === "new") {
539
- delete _this11.models[type].storedObjects[object.getId()];
539
+ delete _this11.models[type].storedObjects[object.object.getId()];
540
540
  } else {
541
541
  object.status = "deleted";
542
542
  }