interaqt 0.8.14 → 0.8.15

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/index.js CHANGED
@@ -7667,7 +7667,7 @@ class Ai {
7667
7667
  } else
7668
7668
  a = a + 1;
7669
7669
  else if (s.type === "delete" && s.recordName === this.relation.name)
7670
- this.callback ? await this.state.isItemMatchCount.get(s.oldRecord) && (a = a - 1) : a = a - 1;
7670
+ this.callback ? await this.state.isItemMatchCount.get(s.record) && (a = a - 1) : a = a - 1;
7671
7671
  else if (s.type === "update") {
7672
7672
  if (this.callback) {
7673
7673
  const o = e.relatedAttribute[1] === f ? e.relatedAttribute.slice(2).concat("id").join(".") : (