Revert "changed cloning library to rfdc for runtime module"

This commit is contained in:
Nick O'Leary
2024-03-07 16:40:32 +00:00
committed by GitHub
parent 29e9def314
commit 9444009a9b
5 changed files with 4 additions and 5 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
**/
var clone = require("rfdc")({proto:true, circles: true});
var clone = require("clone");
var Flow = require('./Flow');