mol_wire_lib 1.0.246 → 1.0.249

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
@@ -904,9 +904,6 @@ var $;
904
904
  break reuse;
905
905
  return existen;
906
906
  }
907
- if (existen && sub instanceof $mol_wire_task) {
908
- $mol_fail(new Error(`$mol_wire_task detects nonidempotency\n${existen}`));
909
- }
910
907
  return new $mol_wire_task(`${host?.[Symbol.toStringTag] ?? host}.${task.name}(#)`, task, host, args);
911
908
  };
912
909
  }