mol_wire_lib 1.0.859 → 1.0.860

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/node.js CHANGED
@@ -1762,7 +1762,7 @@ var $;
1762
1762
  }
1763
1763
  else {
1764
1764
  ;
1765
- (this.host ?? this.task)[this.field()].delete(this[Symbol.toStringTag]);
1765
+ (this.host ?? this.task)[this.field()].delete($mol_key(this.args[0]));
1766
1766
  }
1767
1767
  }
1768
1768
  put(next) {