reverted earlier change to use rfdc

This commit is contained in:
asr
2023-09-19 11:13:39 -04:00
parent 9fe73645ad
commit b0136d03ea
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
**/
const clone = require("rfdc")({proto:true, circles: true});
const clone = require("clone");
const log = require("@node-red/util").log;
const util = require("@node-red/util").util;
const memory = require("./memory");